#59340D

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

Shades of Baker's Chocolate #59340D

Tints of Baker's Chocolate #59340D

Color information

#59340D (or 0x59340D) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 34 and 0D. RGB value is (89,52,13). Sum of RGB (Red+Green+Blue) = 89+52+13=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59340D is #A6CBF2. Grayscale: #3A3A3A. Windows color (decimal): -10931187 or 865369. OLE color: 865369.

HSL color Cylindrical-coordinate representation of color #59340D: hue angle of 30.79º 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 #59340D is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB895213-
CMYK00.420.850.65
HSL30.79º74.51%20%-
HSV(B)30.79º85.39%34.9%-
XYZ5.424.610.98-
YUV58.62102.26149.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.79%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=57.79%
G=33.77%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89521300.420.850.6530.7974.5120
Hex5934D02A55411f4b14
Octal13164150521251013711324
Binary1011001110100110101010101010101100000111111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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