#591B02

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

Shades of Baker's Chocolate #591B02

Tints of Baker's Chocolate #591B02

Color information

#591B02 (or 0x591B02) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 1B and 02. RGB value is (89,27,2). Sum of RGB (Red+Green+Blue) = 89+27+2=118 (15% of max value = 765). Red value is 89 (35.16% from 255 or 75.42% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 89 - color contains mainly: red. Hex color #591B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B02 is #A6E4FD. Grayscale: #2A2A2A. Windows color (decimal): -10937598 or 138073. OLE color: 138073.

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

Color convert

RGB89272-
CMYK00.700.980.65
HSL17.24º95.6%17.84%-
HSV(B)17.24º97.75%34.9%-
XYZ4.522.910.38-
YUV42.69105.04161.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 75.42%
GREEN value IS 27 (10.94% from 255) = 22.88%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=75.42%
G=22.88%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8927200.700.980.6517.2495.617.84
Hex591B20466241116012
Octal13133201061421012114022
Binary10110011101110010001101100010100000110001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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