#59290F

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

Shades of Baker's Chocolate #59290F

Tints of Baker's Chocolate #59290F

Color information

#59290F (or 0x59290F) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 29 and 0F. RGB value is (89,41,15). Sum of RGB (Red+Green+Blue) = 89+41+15=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #59290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59290F is #A6D6F0. Grayscale: #343434. Windows color (decimal): -10934001 or 993625. OLE color: 993625.

HSL color Cylindrical-coordinate representation of color #59290F: hue angle of 21.08º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59290F is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB894115-
CMYK00.540.830.65
HSL21.08º71.15%20.39%-
HSV(B)21.08º83.15%34.9%-
XYZ53.740.91-
YUV52.39106.9154.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.38%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=61.38%
G=28.28%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89411500.540.830.6521.0871.1520.39
Hex5929F0365341154714
Octal13151170661231012510724
Binary1011001101001111101101101010011100000110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59290F; }

 p { color: rgb(89,41,15); }

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

<style>
 a { background-color: #59290F; }

 a { background-color: rgb(89,41,15); }

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

<style>
 span { border-color: #59290F; }

 span { border-color: rgb(89,41,15); }

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