Html Css Color HEX #576131 Saratoga

📋 copy color: '#576131'

red 87 ◦ green 97 ◦ blue 49

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

Shades of Saratoga #576131

Tints of Saratoga #576131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 37.34%
G = 41.63%
B = 21.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#576131 (or 0x576131) is known color: Saratoga. HEX triplet: 57, 61 and 31. RGB value is (87,97,49). Sum of RGB (Red+Green+Blue) = 87+97+49=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #576131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576131 is #A89ECE. Grayscale: #585858. Windows color (decimal): -11050703 or 3236183. OLE color: 3236183.

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

Color convert

RGB 87 97 49 -
CMYK 0.10 0 0.49 0.62
HSL 72.5º 0.33% 0.29% -
HSV(B) 72.5º 0.49% 0.38% -
XYZ 8.76 10.8 4.53 -
YUV 88.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 87 97 49 0.10 0 0.49 0.62 72.5 0.33 0.29
Hex 57 61 31 A 0 31 3E 48 21 1D
Octal 127 141 61 12 0 61 76 110 41 35
Binary 1010111 1100001 110001 1010 0 110001 111110 1001000 100001 11101

Color Harmonies of #576131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576131

Black with #576131

Text Example


Text Example

White with #576131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576131; }

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

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

background-color css

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

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

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

border-color css

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

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

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