#582C16

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

Shades of Baker's Chocolate #582C16

Tints of Baker's Chocolate #582C16

Color information

#582C16 (or 0x582C16) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2C and 16. RGB value is (88,44,22). Sum of RGB (Red+Green+Blue) = 88+44+22=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #582C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C16 is #A7D3E9. Grayscale: #363636. Windows color (decimal): -10998762 or 1453144. OLE color: 1453144.

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

Color convert

RGB884422-
CMYK00.50.750.65
HSL20º60%21.57%-
HSV(B)20º75%34.51%-
XYZ5.073.931.25-
YUV54.65109.58151.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.14%
GREEN value IS 44 (17.58% from 255) = 28.57%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=57.14%
G=28.57%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88442200.50.750.65206021.57
Hex582C160324B41143c16
Octal1305426062113101247426
Binary1011000101100101100110010100101110000011010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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