#59360D

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

Shades of Baker's Chocolate #59360D

Tints of Baker's Chocolate #59360D

Color information

#59360D (or 0x59360D) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 36 and 0D. RGB value is (89,54,13). Sum of RGB (Red+Green+Blue) = 89+54+13=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59360D is #A6C9F2. Grayscale: #3B3B3B. Windows color (decimal): -10930675 or 865881. OLE color: 865881.

HSL color Cylindrical-coordinate representation of color #59360D: hue angle of 32.37º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59360D is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB895413-
CMYK00.390.850.65
HSL32.37º74.51%20%-
HSV(B)32.37º85.39%34.9%-
XYZ5.514.791.02-
YUV59.79101.6148.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=57.05%
G=34.62%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89541300.390.850.6532.3774.5120
Hex5936D0275541204b14
Octal13166150471251014011324
Binary10110011101101101010011110101011000001100000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59360D; }

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

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

<style>
 a { background-color: #59360D; }

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

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

<style>
 span { border-color: #59360D; }

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

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