#59351B

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

Shades of Baker's Chocolate #59351B

Tints of Baker's Chocolate #59351B

Color information

#59351B (or 0x59351B) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 35 and 1B. RGB value is (89,53,27). Sum of RGB (Red+Green+Blue) = 89+53+27=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59351B is #A6CAE4. Grayscale: #3C3C3C. Windows color (decimal): -10930917 or 1783129. OLE color: 1783129.

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

Color convert

RGB895327-
CMYK00.400.700.65
HSL25.16º53.45%22.75%-
HSV(B)25.16º69.66%34.9%-
XYZ5.594.751.66-
YUV60.8108.93148.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=52.66%
G=31.36%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89532700.400.700.6525.1653.4522.75
Hex59351B0284641193517
Octal1316533050106101316527
Binary1011001110101110110101000100011010000011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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