#593A32

Color #593A32 Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #593A32

Tints of Cioccolato #593A32

Color information

#593A32 (or 0x593A32) is unknown color: approx Cioccolato. HEX triplet: 59, 3A and 32. RGB value is (89,58,50). Sum of RGB (Red+Green+Blue) = 89+58+50=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #593A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593A32 is #A6C5CD. Grayscale: #424242. Windows color (decimal): -10929614 or 3291737. OLE color: 3291737.

HSL color Cylindrical-coordinate representation of color #593A32: hue angle of 12.31º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #593A32 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB895850-
CMYK00.350.440.65
HSL12.31º28.06%27.25%-
HSV(B)12.31º43.82%34.9%-
XYZ6.215.383.73-
YUV66.36118.77144.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 50 (19.92% from 255) = 25.38%
R=45.18%
G=29.44%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89585000.350.440.6512.3128.0627.25
Hex593A320232C41c1c1b
Octal131726204354101143433
Binary10110011110101100100100011101100100000111001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593A32; }

 p { color: rgb(89,58,50); }

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

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

 a { background-color: rgb(89,58,50); }

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

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

 span { border-color: rgb(89,58,50); }

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