#502205

Color #502205 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #502205

Tints of Baker's Chocolate #502205

Color information

#502205 (or 0x502205) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 22 and 05. RGB value is (80,34,5). Sum of RGB (Red+Green+Blue) = 80+34+5=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #502205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502205 is #AFDDFA. Grayscale: #2C2C2C. Windows color (decimal): -11525627 or 336464. OLE color: 336464.

HSL color Cylindrical-coordinate representation of color #502205: hue angle of 23.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #502205 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB80345-
CMYK00.580.940.69
HSL23.2º88.24%16.67%-
HSV(B)23.2º93.75%31.37%-
XYZ3.912.860.49-
YUV44.45105.74153.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 67.23%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=67.23%
G=28.57%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8034500.580.940.6923.288.2416.67
Hex5022503A5E45175811
Octal1204250721361052713021
Binary101000010001010101110101011110100010110111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502205; }

 p { color: rgb(80,34,5); }

 H1.HeaderClassName
 {
   color: #502205;
 }
 .AnyTagClassName
 {
   color: #502205;
 }
</style>
background-color css

<style>
 a { background-color: #502205; }

 a { background-color: rgb(80,34,5); }

 div.DivClassName
 {
   background-color: #502205;
 }
 .BgClassName
 {
   background-color: #502205;
 }
</style>
border-color css

<style>
 span { border-color: #502205; }

 span { border-color: rgb(80,34,5); }

 td.TdClassName
 {
   border-color: #502205;
 }
 .TagClassName
 {
   border-color: #502205;
 }
</style>