#582306

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

Shades of Baker's Chocolate #582306

Tints of Baker's Chocolate #582306

Color information

#582306 (or 0x582306) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 23 and 06. RGB value is (88,35,6). Sum of RGB (Red+Green+Blue) = 88+35+6=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #582306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582306 is #A7DCF9. Grayscale: #2F2F2F. Windows color (decimal): -11001082 or 402264. OLE color: 402264.

HSL color Cylindrical-coordinate representation of color #582306: hue angle of 21.22º 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 #582306 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB88356-
CMYK00.600.930.65
HSL21.22º87.23%18.43%-
HSV(B)21.22º93.18%34.51%-
XYZ4.663.290.56-
YUV47.54104.56156.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.22%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=68.22%
G=27.13%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8835600.600.930.6521.2287.2318.43
Hex5823603C5D41155712
Octal1304360741351012512722
Binary101100010001111001111001011101100000110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582306; }

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

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

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

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

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

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

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

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