#592E11

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

Shades of Baker's Chocolate #592E11

Tints of Baker's Chocolate #592E11

Color information

#592E11 (or 0x592E11) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2E and 11. RGB value is (89,46,17). Sum of RGB (Red+Green+Blue) = 89+46+17=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #592E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592E11 is #A6D1EE. Grayscale: #373737. Windows color (decimal): -10932719 or 1125977. OLE color: 1125977.

HSL color Cylindrical-coordinate representation of color #592E11: hue angle of 24.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #592E11 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB894617-
CMYK00.480.810.65
HSL24.17º67.92%20.78%-
HSV(B)24.17º80.9%34.9%-
XYZ5.24.121.05-
YUV55.55106.25151.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=58.55%
G=30.26%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89461700.480.810.6524.1767.9220.78
Hex592E110305141184415
Octal13156210601211013010425
Binary10110011011101000101100001010001100000111000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,46,17); }

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

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

 a { background-color: rgb(89,46,17); }

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

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

 span { border-color: rgb(89,46,17); }

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