#502908

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

Shades of Baker's Chocolate #502908

Tints of Baker's Chocolate #502908

Color information

#502908 (or 0x502908) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 29 and 08. RGB value is (80,41,8). Sum of RGB (Red+Green+Blue) = 80+41+8=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #502908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502908 is #AFD6F7. Grayscale: #313131. Windows color (decimal): -11523832 or 534864. OLE color: 534864.

HSL color Cylindrical-coordinate representation of color #502908: hue angle of 27.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #502908 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB80418-
CMYK00.490.900.69
HSL27.5º81.82%17.25%-
HSV(B)27.5º90%31.37%-
XYZ4.153.310.65-
YUV48.9104.92150.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=62.02%
G=31.78%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8041800.490.900.6927.581.8217.25
Hex502980315A451c5211
Octal12051100611321053412221
Binary1010000101001100001100011011010100010111100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502908; }

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

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

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

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

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

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

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

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