#582D06

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

Shades of Baker's Chocolate #582D06

Tints of Baker's Chocolate #582D06

Color information

#582D06 (or 0x582D06) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2D and 06. RGB value is (88,45,6). Sum of RGB (Red+Green+Blue) = 88+45+6=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #582D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D06 is #A7D2F9. Grayscale: #353535. Windows color (decimal): -10998522 or 404824. OLE color: 404824.

HSL color Cylindrical-coordinate representation of color #582D06: hue angle of 28.54º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #582D06 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB88456-
CMYK00.490.930.65
HSL28.54º87.23%18.43%-
HSV(B)28.54º93.18%34.51%-
XYZ53.960.67-
YUV53.41101.25152.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=63.31%
G=32.37%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8845600.490.930.6528.5487.2318.43
Hex582D60315D411d5712
Octal1305560611351013512722
Binary101100010110111001100011011101100000111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582D06; }

 p { color: rgb(88,45,6); }

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

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

 a { background-color: rgb(88,45,6); }

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

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

 span { border-color: rgb(88,45,6); }

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