#592F02

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

Shades of Baker's Chocolate #592F02

Tints of Baker's Chocolate #592F02

Color information

#592F02 (or 0x592F02) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2F and 02. RGB value is (89,47,2). Sum of RGB (Red+Green+Blue) = 89+47+2=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #592F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592F02 is #A6D0FD. Grayscale: #363636. Windows color (decimal): -10932478 or 143193. OLE color: 143193.

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

Color convert

RGB89472-
CMYK00.470.980.65
HSL31.03º95.6%17.84%-
HSV(B)31.03º97.75%34.9%-
XYZ5.154.160.59-
YUV54.4398.41152.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=64.49%
G=34.06%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8947200.470.980.6531.0395.617.84
Hex592F202F62411f6012
Octal1315720571421013714022
Binary10110011011111001011111100010100000111111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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