#59331C

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

Shades of Baker's Chocolate #59331C

Tints of Baker's Chocolate #59331C

Color information

#59331C (or 0x59331C) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 33 and 1C. RGB value is (89,51,28). Sum of RGB (Red+Green+Blue) = 89+51+28=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59331C is #A6CCE3. Grayscale: #3B3B3B. Windows color (decimal): -10931428 or 1848153. OLE color: 1848153.

HSL color Cylindrical-coordinate representation of color #59331C: hue angle of 22.62º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59331C is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB895128-
CMYK00.430.690.65
HSL22.62º52.14%22.94%-
HSV(B)22.62º68.54%34.9%-
XYZ5.514.581.69-
YUV59.74110.09148.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=52.98%
G=30.36%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89512800.430.690.6522.6252.1422.94
Hex59331C02B4541173417
Octal1316334053105101276427
Binary1011001110011111000101011100010110000011011111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59331C; }

 p { color: rgb(89,51,28); }

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

<style>
 a { background-color: #59331C; }

 a { background-color: rgb(89,51,28); }

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

<style>
 span { border-color: #59331C; }

 span { border-color: rgb(89,51,28); }

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