#582106

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

Shades of Baker's Chocolate #582106

Tints of Baker's Chocolate #582106

Color information

#582106 (or 0x582106) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 21 and 06. RGB value is (88,33,6). Sum of RGB (Red+Green+Blue) = 88+33+6=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #582106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582106 is #A7DEF9. Grayscale: #2E2E2E. Windows color (decimal): -11001594 or 401752. OLE color: 401752.

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

Color convert

RGB88336-
CMYK00.620.930.65
HSL19.76º87.23%18.43%-
HSV(B)19.76º93.18%34.51%-
XYZ4.63.180.54-
YUV46.37105.22157.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.29%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=69.29%
G=25.98%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8833600.620.930.6519.7687.2318.43
Hex5821603E5D41145712
Octal1304160761351012412722
Binary101100010000111001111101011101100000110100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582106; }

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

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

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

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

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

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

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

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