#59321B

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

Shades of Baker's Chocolate #59321B

Tints of Baker's Chocolate #59321B

Color information

#59321B (or 0x59321B) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 32 and 1B. RGB value is (89,50,27). Sum of RGB (Red+Green+Blue) = 89+50+27=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59321B is #A6CDE4. Grayscale: #3B3B3B. Windows color (decimal): -10931685 or 1782361. OLE color: 1782361.

HSL color Cylindrical-coordinate representation of color #59321B: hue angle of 22.26º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59321B is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB895027-
CMYK00.440.700.65
HSL22.26º53.45%22.75%-
HSV(B)22.26º69.66%34.9%-
XYZ5.464.481.61-
YUV59.04109.92149.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.61%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=53.61%
G=30.12%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89502700.440.700.6522.2653.4522.75
Hex59321B02C4641163517
Octal1316233054106101266527
Binary1011001110010110110101100100011010000011011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59321B; }

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

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

<style>
 a { background-color: #59321B; }

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

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

<style>
 span { border-color: #59321B; }

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

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