#593119

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

Shades of Baker's Chocolate #593119

Tints of Baker's Chocolate #593119

Color information

#593119 (or 0x593119) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 31 and 19. RGB value is (89,49,25). Sum of RGB (Red+Green+Blue) = 89+49+25=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #593119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593119 is #A6CEE6. Grayscale: #3A3A3A. Windows color (decimal): -10931943 or 1651033. OLE color: 1651033.

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

Color convert

RGB894925-
CMYK00.450.720.65
HSL22.5º56.14%22.35%-
HSV(B)22.5º71.91%34.9%-
XYZ5.394.391.48-
YUV58.22109.25149.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=54.60%
G=30.06%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89492500.450.720.6522.556.1422.35
Hex59311902D4841163816
Octal1316131055110101267026
Binary1011001110001110010101101100100010000011011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593119; }

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

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

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

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

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

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

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

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