#59361C

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

Shades of Baker's Chocolate #59361C

Tints of Baker's Chocolate #59361C

Color information

#59361C (or 0x59361C) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 36 and 1C. RGB value is (89,54,28). Sum of RGB (Red+Green+Blue) = 89+54+28=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59361C is #A6C9E3. Grayscale: #3D3D3D. Windows color (decimal): -10930660 or 1848921. OLE color: 1848921.

HSL color Cylindrical-coordinate representation of color #59361C: hue angle of 25.57º 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 #59361C is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB895428-
CMYK00.390.690.65
HSL25.57º52.14%22.94%-
HSV(B)25.57º68.54%34.9%-
XYZ5.654.851.74-
YUV61.5109.1147.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=52.05%
G=31.58%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89542800.390.690.6525.5752.1422.94
Hex59361C02745411a3417
Octal1316634047105101326427
Binary1011001110110111000100111100010110000011101011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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