Html Css Color HEX #576132 Saratoga

📋 copy color: '#576132'

red 87 ◦ green 97 ◦ blue 50

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

Shades of Saratoga #576132

Tints of Saratoga #576132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

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

R = 37.18%
G = 41.45%
B = 21.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#576132 (or 0x576132) is known color: Saratoga. HEX triplet: 57, 61 and 32. RGB value is (87,97,50). Sum of RGB (Red+Green+Blue) = 87+97+50=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #576132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576132 is #A89ECD. Grayscale: #585858. Windows color (decimal): -11050702 or 3301719. OLE color: 3301719.

HSL color Cylindrical-coordinate representation of color #576132: hue angle of 72.77º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #576132 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 97 50 -
CMYK 0.10 0 0.48 0.62
HSL 72.77º 0.32% 0.29% -
HSV(B) 72.77º 0.48% 0.38% -
XYZ 8.78 10.81 4.64 -
YUV 88.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 87 97 50 0.10 0 0.48 0.62 72.77 0.32 0.29
Hex 57 61 32 A 0 30 3E 49 20 1D
Octal 127 141 62 12 0 60 76 111 40 35
Binary 1010111 1100001 110010 1010 0 110000 111110 1001001 100000 11101

Color Harmonies of #576132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576132

Black with #576132

Text Example


Text Example

White with #576132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576132; }

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

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

background-color css

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

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

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

border-color css

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

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

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