#592E02

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

Shades of Baker's Chocolate #592E02

Tints of Baker's Chocolate #592E02

Color information

#592E02 (or 0x592E02) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2E and 02. RGB value is (89,46,2). Sum of RGB (Red+Green+Blue) = 89+46+2=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #592E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592E02 is #A6D1FD. Grayscale: #363636. Windows color (decimal): -10932734 or 142937. OLE color: 142937.

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

Color convert

RGB89462-
CMYK00.480.980.65
HSL30.34º95.6%17.84%-
HSV(B)30.34º97.75%34.9%-
XYZ5.114.080.58-
YUV53.8498.75153.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.96%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=64.96%
G=33.58%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8946200.480.980.6530.3495.617.84
Hex592E203062411e6012
Octal1315620601421013614022
Binary10110011011101001100001100010100000111110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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