#592C0D

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

Shades of Baker's Chocolate #592C0D

Tints of Baker's Chocolate #592C0D

Color information

#592C0D (or 0x592C0D) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2C and 0D. RGB value is (89,44,13). Sum of RGB (Red+Green+Blue) = 89+44+13=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #592C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592C0D is #A6D3F2. Grayscale: #363636. Windows color (decimal): -10933235 or 863321. OLE color: 863321.

HSL color Cylindrical-coordinate representation of color #592C0D: hue angle of 24.47º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #592C0D is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB894413-
CMYK00.510.850.65
HSL24.47º74.51%20%-
HSV(B)24.47º85.39%34.9%-
XYZ5.093.950.88-
YUV53.92104.91153.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.96%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=60.96%
G=30.14%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89441300.510.850.6524.4774.5120
Hex592CD0335541184b14
Octal13154150631251013011324
Binary1011001101100110101100111010101100000111000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592C0D; }

 p { color: rgb(89,44,13); }

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

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

 a { background-color: rgb(89,44,13); }

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

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

 span { border-color: rgb(89,44,13); }

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