#591A02

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

Shades of Baker's Chocolate #591A02

Tints of Baker's Chocolate #591A02

Color information

#591A02 (or 0x591A02) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 1A and 02. RGB value is (89,26,2). Sum of RGB (Red+Green+Blue) = 89+26+2=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #591A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A02 is #A6E5FD. Grayscale: #2A2A2A. Windows color (decimal): -10937854 or 137817. OLE color: 137817.

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

Color convert

RGB89262-
CMYK00.710.980.65
HSL16.55º95.6%17.84%-
HSV(B)16.55º97.75%34.9%-
XYZ4.52.870.37-
YUV42.1105.37161.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.07%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 2 (1.17% from 255) = 1.71%
R=76.07%
G=22.22%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8926200.710.980.6516.5595.617.84
Hex591A20476241116012
Octal13132201071421012114022
Binary10110011101010010001111100010100000110001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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