#59321A

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

Shades of Baker's Chocolate #59321A

Tints of Baker's Chocolate #59321A

Color information

#59321A (or 0x59321A) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 32 and 1A. RGB value is (89,50,26). Sum of RGB (Red+Green+Blue) = 89+50+26=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #59321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59321A is #A6CDE5. Grayscale: #3B3B3B. Windows color (decimal): -10931686 or 1716825. OLE color: 1716825.

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

Color convert

RGB895026-
CMYK00.440.710.65
HSL22.86º54.78%22.55%-
HSV(B)22.86º70.79%34.9%-
XYZ5.454.481.55-
YUV58.92109.42149.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.94%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=53.94%
G=30.30%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89502600.440.710.6522.8654.7822.55
Hex59321A02C4741173717
Octal1316232054107101276727
Binary1011001110010110100101100100011110000011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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