#582806

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

Shades of Baker's Chocolate #582806

Tints of Baker's Chocolate #582806

Color information

#582806 (or 0x582806) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 28 and 06. RGB value is (88,40,6). Sum of RGB (Red+Green+Blue) = 88+40+6=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #582806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582806 is #A7D7F9. Grayscale: #323232. Windows color (decimal): -10999802 or 403544. OLE color: 403544.

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

Color convert

RGB88406-
CMYK00.550.930.65
HSL24.88º87.23%18.43%-
HSV(B)24.88º93.18%34.51%-
XYZ4.823.610.61-
YUV50.48102.9154.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 40 (16.02% from 255) = 29.85%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=65.67%
G=29.85%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8840600.550.930.6524.8887.2318.43
Hex582860375D41195712
Octal1305060671351013112722
Binary101100010100011001101111011101100000111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582806; }

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

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

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

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

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

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

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

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