#593019

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

Shades of Baker's Chocolate #593019

Tints of Baker's Chocolate #593019

Color information

#593019 (or 0x593019) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 30 and 19. RGB value is (89,48,25). Sum of RGB (Red+Green+Blue) = 89+48+25=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #593019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593019 is #A6CFE6. Grayscale: #393939. Windows color (decimal): -10932199 or 1650777. OLE color: 1650777.

HSL color Cylindrical-coordinate representation of color #593019: hue angle of 21.56º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #593019 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB894825-
CMYK00.460.720.65
HSL21.56º56.14%22.35%-
HSV(B)21.56º71.91%34.9%-
XYZ5.354.311.47-
YUV57.64109.58150.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.94%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 25 (10.16% from 255) = 15.43%
R=54.94%
G=29.63%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89482500.460.720.6521.5656.1422.35
Hex59301902E4841163816
Octal1316031056110101267026
Binary1011001110000110010101110100100010000011011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593019; }

 p { color: rgb(89,48,25); }

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

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

 a { background-color: rgb(89,48,25); }

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

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

 span { border-color: rgb(89,48,25); }

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