#582C19

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

Shades of Baker's Chocolate #582C19

Tints of Baker's Chocolate #582C19

Color information

#582C19 (or 0x582C19) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2C and 19. RGB value is (88,44,25). Sum of RGB (Red+Green+Blue) = 88+44+25=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #582C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C19 is #A7D3E6. Grayscale: #373737. Windows color (decimal): -10998759 or 1649752. OLE color: 1649752.

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

Color convert

RGB884425-
CMYK00.50.720.65
HSL18.1º55.75%22.16%-
HSV(B)18.1º71.59%34.51%-
XYZ5.13.951.41-
YUV54.99111.08151.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 44 (17.58% from 255) = 28.03%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=56.05%
G=28.03%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88442500.50.720.6518.155.7522.16
Hex582C190324841123816
Octal1305431062110101227026
Binary1011000101100110010110010100100010000011001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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