#582912

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

Shades of Baker's Chocolate #582912

Tints of Baker's Chocolate #582912

Color information

#582912 (or 0x582912) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 29 and 12. RGB value is (88,41,18). Sum of RGB (Red+Green+Blue) = 88+41+18=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #582912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582912 is #A7D6ED. Grayscale: #343434. Windows color (decimal): -10999534 or 1190232. OLE color: 1190232.

HSL color Cylindrical-coordinate representation of color #582912: hue angle of 19.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582912 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB884118-
CMYK00.530.800.65
HSL19.71º66.04%20.78%-
HSV(B)19.71º79.55%34.51%-
XYZ4.933.71.03-
YUV52.43108.57153.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=59.86%
G=27.89%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88411800.530.800.6519.7166.0420.78
Hex5829120355041144215
Octal13051220651201012410225
Binary10110001010011001001101011010000100000110100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582912; }

 p { color: rgb(88,41,18); }

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

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

 a { background-color: rgb(88,41,18); }

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

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

 span { border-color: rgb(88,41,18); }

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