#592A0E

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

Shades of Baker's Chocolate #592A0E

Tints of Baker's Chocolate #592A0E

Color information

#592A0E (or 0x592A0E) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2A and 0E. RGB value is (89,42,14). Sum of RGB (Red+Green+Blue) = 89+42+14=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #592A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592A0E is #A6D5F1. Grayscale: #353535. Windows color (decimal): -10933746 or 928345. OLE color: 928345.

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

Color convert

RGB894214-
CMYK00.530.840.65
HSL22.4º72.82%20.2%-
HSV(B)22.4º84.27%34.9%-
XYZ5.033.810.89-
YUV52.86106.07153.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.38%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=61.38%
G=28.97%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89421400.530.840.6522.472.8220.2
Hex592AE0355441164914
Octal13152160651241012611124
Binary1011001101010111001101011010100100000110110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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