#502906

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

Shades of Baker's Chocolate #502906

Tints of Baker's Chocolate #502906

Color information

#502906 (or 0x502906) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 29 and 06. RGB value is (80,41,6). Sum of RGB (Red+Green+Blue) = 80+41+6=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #502906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502906 is #AFD6F9. Grayscale: #303030. Windows color (decimal): -11523834 or 403792. OLE color: 403792.

HSL color Cylindrical-coordinate representation of color #502906: hue angle of 28.38º 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 #502906 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80416-
CMYK00.490.920.69
HSL28.38º86.05%16.86%-
HSV(B)28.38º92.5%31.37%-
XYZ4.133.30.59-
YUV48.67103.92150.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.99%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=62.99%
G=32.28%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8041600.490.920.6928.3886.0516.86
Hex502960315C451c5611
Octal1205160611341053412621
Binary101000010100111001100011011100100010111100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502906; }

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

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

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

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

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

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

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

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