#582C13

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

Shades of Baker's Chocolate #582C13

Tints of Baker's Chocolate #582C13

Color information

#582C13 (or 0x582C13) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2C and 13. RGB value is (88,44,19). Sum of RGB (Red+Green+Blue) = 88+44+19=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #582C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C13 is #A7D3EC. Grayscale: #363636. Windows color (decimal): -10998765 or 1256536. OLE color: 1256536.

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

Color convert

RGB884419-
CMYK00.50.780.65
HSL21.74º64.49%20.98%-
HSV(B)21.74º78.41%34.51%-
XYZ5.043.921.11-
YUV54.31108.08152.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=58.28%
G=29.14%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88441900.50.780.6521.7464.4920.98
Hex582C130324E41164015
Octal13054230621161012610025
Binary10110001011001001101100101001110100000110110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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