Html Css Color HEX #573034 Jazz

📋 copy color: '#573034'

red 87 ◦ green 48 ◦ blue 52

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

Shades of Jazz #573034

Tints of Jazz #573034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.81%

R = 46.52%
G = 25.67%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#573034 (or 0x573034) is known color: Jazz. HEX triplet: 57, 30 and 34. RGB value is (87,48,52). Sum of RGB (Red+Green+Blue) = 87+48+52=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #573034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573034 is #A8CFCB. Grayscale: #3C3C3C. Windows color (decimal): -11063244 or 3420247. OLE color: 3420247.

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

Color convert

RGB 87 48 52 -
CMYK 0 0.45 0.40 0.66
HSL 353.85º 0.29% 0.26% -
HSV(B) 353.85º 0.45% 0.34% -
XYZ 5.61 4.39 3.8 -
YUV 60.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 87 48 52 0 0.45 0.40 0.66 353.85 0.29 0.26
Hex 57 30 34 0 2D 28 42 162 1D 1A
Octal 127 60 64 0 55 50 102 542 35 32
Binary 1010111 110000 110100 0 101101 101000 1000010 101100010 11101 11010

Color Harmonies of #573034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573034

Black with #573034

Text Example


Text Example

White with #573034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573034; }

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

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

background-color css

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

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

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

border-color css

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

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

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