#582008

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

Shades of Baker's Chocolate #582008

Tints of Baker's Chocolate #582008

Color information

#582008 (or 0x582008) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 20 and 08. RGB value is (88,32,8). Sum of RGB (Red+Green+Blue) = 88+32+8=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #582008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582008 is #A7DFF7. Grayscale: #2E2E2E. Windows color (decimal): -11001848 or 532568. OLE color: 532568.

HSL color Cylindrical-coordinate representation of color #582008: hue angle of 18º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #582008 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB88328-
CMYK00.640.910.65
HSL18º83.33%18.82%-
HSV(B)18º90.91%34.51%-
XYZ4.583.130.59-
YUV46.01106.55157.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 6.25%
R=68.75%
G=25%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8832800.640.910.651883.3318.82
Hex582080405B41125313
Octal130401001001331012212323
Binary10110001000001000010000001011011100000110010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582008; }

 p { color: rgb(88,32,8); }

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

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

 a { background-color: rgb(88,32,8); }

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

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

 span { border-color: rgb(88,32,8); }

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