#592C0E

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

Shades of Baker's Chocolate #592C0E

Tints of Baker's Chocolate #592C0E

Color information

#592C0E (or 0x592C0E) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2C and 0E. RGB value is (89,44,14). Sum of RGB (Red+Green+Blue) = 89+44+14=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #592C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592C0E is #A6D3F1. Grayscale: #363636. Windows color (decimal): -10933234 or 928857. OLE color: 928857.

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

Color convert

RGB894414-
CMYK00.510.840.65
HSL24º72.82%20.2%-
HSV(B)24º84.27%34.9%-
XYZ5.13.960.91-
YUV54.04105.41152.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.54%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 14 (5.86% from 255) = 9.52%
R=60.54%
G=29.93%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89441400.510.840.652472.8220.2
Hex592CE0335441184914
Octal13154160631241013011124
Binary1011001101100111001100111010100100000111000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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