Html Css Color HEX #573032 Jazz

📋 copy color: '#573032'

red 87 ◦ green 48 ◦ blue 50

#573032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #573032

Tints of Jazz #573032

RGB

 RED value IS 87 (34.38% from 255) = 47.03%

 GREEN value IS 48 (19.14% from 255) = 25.95%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 47.03%
G = 25.95%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#573032 (or 0x573032) is known color: Jazz. HEX triplet: 57, 30 and 32. RGB value is (87,48,50). Sum of RGB (Red+Green+Blue) = 87+48+50=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #573032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573032 is #A8CFCD. Grayscale: #3B3B3B. Windows color (decimal): -11063246 or 3289175. OLE color: 3289175.

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

Color convert

RGB 87 48 50 -
CMYK 0 0.45 0.43 0.66
HSL 356.92º 0.29% 0.26% -
HSV(B) 356.92º 0.45% 0.34% -
XYZ 5.56 4.37 3.57 -
YUV 59.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 87 48 50 0 0.45 0.43 0.66 356.92 0.29 0.26
Hex 57 30 32 0 2D 2B 42 165 1D 1A
Octal 127 60 62 0 55 53 102 545 35 32
Binary 1010111 110000 110010 0 101101 101011 1000010 101100101 11101 11010

Color Harmonies of #573032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573032

Black with #573032

Text Example


Text Example

White with #573032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573032; }

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

 H1.HeaderClassName
 {
   color: #573032;
 }
 .AnyTagClassName
 {
   color: #573032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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