#592813

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

Shades of Baker's Chocolate #592813

Tints of Baker's Chocolate #592813

Color information

#592813 (or 0x592813) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 28 and 13. RGB value is (89,40,19). Sum of RGB (Red+Green+Blue) = 89+40+19=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #592813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592813 is #A6D7EC. Grayscale: #343434. Windows color (decimal): -10934253 or 1255513. OLE color: 1255513.

HSL color Cylindrical-coordinate representation of color #592813: hue angle of 18º 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 #592813 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB894019-
CMYK00.550.790.65
HSL18º64.81%21.18%-
HSV(B)18º78.65%34.9%-
XYZ53.691.06-
YUV52.26109.23154.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.14%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=60.14%
G=27.03%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89401900.550.790.651864.8121.18
Hex5928130374F41124115
Octal13150230671171012210125
Binary10110011010001001101101111001111100000110010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592813; }

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

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

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

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

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

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

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

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