#573235

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

Shades of Jazz #573235

Tints of Jazz #573235

Color information

#573235 (or 0x573235) is unknown color: approx Jazz. HEX triplet: 57, 32 and 35. RGB value is (87,50,53). Sum of RGB (Red+Green+Blue) = 87+50+53=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #573235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573235 is #A8CDCA. Grayscale: #3D3D3D. Windows color (decimal): -11062731 or 3486295. OLE color: 3486295.

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

Color convert

RGB875053-
CMYK00.430.390.66
HSL355.14º27.01%26.86%-
HSV(B)355.14º42.53%34.12%-
XYZ5.714.563.95-
YUV61.4123.26146.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=45.79%
G=26.32%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87505300.430.390.66355.1427.0126.86
Hex57323502B27421631b1b
Octal1276265053471025433333
Binary1010111110010110101010101110011110000101011000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573235; }

 p { color: rgb(87,50,53); }

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

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

 a { background-color: rgb(87,50,53); }

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

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

 span { border-color: rgb(87,50,53); }

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