#592814

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

Shades of Baker's Chocolate #592814

Tints of Baker's Chocolate #592814

Color information

#592814 (or 0x592814) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 28 and 14. RGB value is (89,40,20). Sum of RGB (Red+Green+Blue) = 89+40+20=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #592814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592814 is #A6D7EB. Grayscale: #343434. Windows color (decimal): -10934252 or 1321049. OLE color: 1321049.

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

Color convert

RGB894020-
CMYK00.550.780.65
HSL17.39º63.3%21.37%-
HSV(B)17.39º77.53%34.9%-
XYZ53.691.11-
YUV52.37109.73154.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.73%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=59.73%
G=26.85%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89402000.550.780.6517.3963.321.37
Hex5928140374E41113f15
Octal1315024067116101217725
Binary1011001101000101000110111100111010000011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592814; }

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

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

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

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

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

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

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

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