#59380D

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

Shades of Baker's Chocolate #59380D

Tints of Baker's Chocolate #59380D

Color information

#59380D (or 0x59380D) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 38 and 0D. RGB value is (89,56,13). Sum of RGB (Red+Green+Blue) = 89+56+13=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #59380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59380D is #A6C7F2. Grayscale: #3D3D3D. Windows color (decimal): -10930163 or 866393. OLE color: 866393.

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

Color convert

RGB895613-
CMYK00.370.850.65
HSL33.95º74.51%20%-
HSV(B)33.95º85.39%34.9%-
XYZ5.614.981.05-
YUV60.96100.93148-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 13 (5.47% from 255) = 8.23%
R=56.33%
G=35.44%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89561300.370.850.6533.9574.5120
Hex5938D0255541224b14
Octal13170150451251014211324
Binary10110011110001101010010110101011000001100010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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