#502006

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

Shades of Baker's Chocolate #502006

Tints of Baker's Chocolate #502006

Color information

#502006 (or 0x502006) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 20 and 06. RGB value is (80,32,6). Sum of RGB (Red+Green+Blue) = 80+32+6=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #502006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502006 is #AFDFF9. Grayscale: #2B2B2B. Windows color (decimal): -11526138 or 401488. OLE color: 401488.

HSL color Cylindrical-coordinate representation of color #502006: hue angle of 21.08º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #502006 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80326-
CMYK00.600.920.69
HSL21.08º86.05%16.86%-
HSV(B)21.08º92.5%31.37%-
XYZ3.862.750.5-
YUV43.39106.9154.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 67.80%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=67.80%
G=27.12%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8032600.600.920.6921.0886.0516.86
Hex5020603C5C45155611
Octal1204060741341052512621
Binary101000010000011001111001011100100010110101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502006; }

 p { color: rgb(80,32,6); }

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

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

 a { background-color: rgb(80,32,6); }

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

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

 span { border-color: rgb(80,32,6); }

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