#592A02

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

Shades of Baker's Chocolate #592A02

Tints of Baker's Chocolate #592A02

Color information

#592A02 (or 0x592A02) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2A and 02. RGB value is (89,42,2). Sum of RGB (Red+Green+Blue) = 89+42+2=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #592A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592A02 is #A6D5FD. Grayscale: #333333. Windows color (decimal): -10933758 or 141913. OLE color: 141913.

HSL color Cylindrical-coordinate representation of color #592A02: hue angle of 27.59º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #592A02 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB89422-
CMYK00.530.980.65
HSL27.59º95.6%17.84%-
HSV(B)27.59º97.75%34.9%-
XYZ4.963.780.53-
YUV51.49100.07154.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.92%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=66.92%
G=31.58%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8942200.530.980.6527.5995.617.84
Hex592A203562411c6012
Octal1315220651421013414022
Binary10110011010101001101011100010100000111100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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