#582C11

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

Shades of Baker's Chocolate #582C11

Tints of Baker's Chocolate #582C11

Color information

#582C11 (or 0x582C11) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2C and 11. RGB value is (88,44,17). Sum of RGB (Red+Green+Blue) = 88+44+17=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #582C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C11 is #A7D3EE. Grayscale: #363636. Windows color (decimal): -10998767 or 1125464. OLE color: 1125464.

HSL color Cylindrical-coordinate representation of color #582C11: hue angle of 22.82º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582C11 is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB884417-
CMYK00.50.810.65
HSL22.82º67.62%20.59%-
HSV(B)22.82º80.68%34.51%-
XYZ5.033.921.02-
YUV54.08107.08152.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=59.06%
G=29.53%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88441700.50.810.6522.8267.6220.59
Hex582C110325141174415
Octal13054210621211012710425
Binary10110001011001000101100101010001100000110111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582C11; }

 p { color: rgb(88,44,17); }

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

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

 a { background-color: rgb(88,44,17); }

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

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

 span { border-color: rgb(88,44,17); }

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