#592E1A

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

Shades of Baker's Chocolate #592E1A

Tints of Baker's Chocolate #592E1A

Color information

#592E1A (or 0x592E1A) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2E and 1A. RGB value is (89,46,26). Sum of RGB (Red+Green+Blue) = 89+46+26=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #592E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592E1A is #A6D1E5. Grayscale: #383838. Windows color (decimal): -10932710 or 1715801. OLE color: 1715801.

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

Color convert

RGB894626-
CMYK00.480.710.65
HSL19.05º54.78%22.55%-
HSV(B)19.05º70.79%34.9%-
XYZ5.284.151.5-
YUV56.58110.75151.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.28%
GREEN value IS 46 (18.36% from 255) = 28.57%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=55.28%
G=28.57%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89462600.480.710.6519.0554.7822.55
Hex592E1A0304741133717
Octal1315632060107101236727
Binary1011001101110110100110000100011110000011001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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