#502B08

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

Shades of Baker's Chocolate #502B08

Tints of Baker's Chocolate #502B08

Color information

#502B08 (or 0x502B08) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 2B and 08. RGB value is (80,43,8). Sum of RGB (Red+Green+Blue) = 80+43+8=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #502B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502B08 is #AFD4F7. Grayscale: #323232. Windows color (decimal): -11523320 or 535376. OLE color: 535376.

HSL color Cylindrical-coordinate representation of color #502B08: hue angle of 29.17º 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 #502B08 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB80438-
CMYK00.460.900.69
HSL29.17º81.82%17.25%-
HSV(B)29.17º90%31.37%-
XYZ4.223.450.67-
YUV50.07104.26149.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.07%
GREEN value IS 43 (17.19% from 255) = 32.82%
BLUE value IS 8 (3.52% from 255) = 6.11%
R=61.07%
G=32.82%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8043800.460.900.6929.1781.8217.25
Hex502B802E5A451d5211
Octal12053100561321053512221
Binary1010000101011100001011101011010100010111101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502B08; }

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

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

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

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

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

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

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

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