#592D0E

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

Shades of Baker's Chocolate #592D0E

Tints of Baker's Chocolate #592D0E

Color information

#592D0E (or 0x592D0E) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2D and 0E. RGB value is (89,45,14). Sum of RGB (Red+Green+Blue) = 89+45+14=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #592D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592D0E is #A6D2F1. Grayscale: #363636. Windows color (decimal): -10932978 or 929113. OLE color: 929113.

HSL color Cylindrical-coordinate representation of color #592D0E: hue angle of 24.8º 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 #592D0E is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB894514-
CMYK00.490.840.65
HSL24.8º72.82%20.2%-
HSV(B)24.8º84.27%34.9%-
XYZ5.144.030.92-
YUV54.62105.08152.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.14%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 14 (5.86% from 255) = 9.46%
R=60.14%
G=30.41%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89451400.490.840.6524.872.8220.2
Hex592DE0315441194914
Octal13155160611241013111124
Binary1011001101101111001100011010100100000111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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