#573A31

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

Shades of Cioccolato #573A31

Tints of Cioccolato #573A31

Color information

#573A31 (or 0x573A31) is unknown color: approx Cioccolato. HEX triplet: 57, 3A and 31. RGB value is (87,58,49). Sum of RGB (Red+Green+Blue) = 87+58+49=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #573A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573A31 is #A8C5CE. Grayscale: #414141. Windows color (decimal): -11060687 or 3226199. OLE color: 3226199.

HSL color Cylindrical-coordinate representation of color #573A31: hue angle of 14.21º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #573A31 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB875849-
CMYK00.330.440.66
HSL14.21º27.94%26.67%-
HSV(B)14.21º43.68%34.12%-
XYZ65.273.61-
YUV65.64118.61143.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=44.85%
G=29.90%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87584900.330.440.6614.2127.9426.67
Hex573A310212C42e1c1b
Octal127726104154102163433
Binary10101111110101100010100001101100100001011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573A31; }

 p { color: rgb(87,58,49); }

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

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

 a { background-color: rgb(87,58,49); }

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

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

 span { border-color: rgb(87,58,49); }

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