#592C1A

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

Shades of Baker's Chocolate #592C1A

Tints of Baker's Chocolate #592C1A

Color information

#592C1A (or 0x592C1A) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2C and 1A. RGB value is (89,44,26). Sum of RGB (Red+Green+Blue) = 89+44+26=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #592C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C1A is #A6D3E5. Grayscale: #373737. Windows color (decimal): -10933222 or 1715289. OLE color: 1715289.

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

Color convert

RGB894426-
CMYK00.510.710.65
HSL17.14º54.78%22.55%-
HSV(B)17.14º70.79%34.9%-
XYZ5.2141.47-
YUV55.4111.41151.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=55.97%
G=27.67%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89442600.510.710.6517.1454.7822.55
Hex592C1A0334741113717
Octal1315432063107101216727
Binary1011001101100110100110011100011110000011000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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