#592913

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

Shades of Baker's Chocolate #592913

Tints of Baker's Chocolate #592913

Color information

#592913 (or 0x592913) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 29 and 13. RGB value is (89,41,19). Sum of RGB (Red+Green+Blue) = 89+41+19=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #592913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592913 is #A6D6EC. Grayscale: #343434. Windows color (decimal): -10933997 or 1255769. OLE color: 1255769.

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

Color convert

RGB894119-
CMYK00.540.790.65
HSL18.86º64.81%21.18%-
HSV(B)18.86º78.65%34.9%-
XYZ5.033.761.08-
YUV52.84108.9153.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.73%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=59.73%
G=27.52%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89411900.540.790.6518.8664.8121.18
Hex5929130364F41134115
Octal13151230661171012310125
Binary10110011010011001101101101001111100000110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592913; }

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

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

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

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

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

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

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

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