Html Css Color HEX #576032 Saratoga

📋 copy color: '#576032'

red 87 ◦ green 96 ◦ blue 50

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

Shades of Saratoga #576032

Tints of Saratoga #576032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

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

R = 37.34%
G = 41.2%
B = 21.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#576032 (or 0x576032) is known color: Saratoga. HEX triplet: 57, 60 and 32. RGB value is (87,96,50). Sum of RGB (Red+Green+Blue) = 87+96+50=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #576032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576032 is #A89FCD. Grayscale: #585858. Windows color (decimal): -11050958 or 3301463. OLE color: 3301463.

HSL color Cylindrical-coordinate representation of color #576032: hue angle of 71.74º 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 #576032 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 96 50 -
CMYK 0.09 0 0.48 0.62
HSL 71.74º 0.32% 0.29% -
HSV(B) 71.74º 0.48% 0.38% -
XYZ 8.69 10.62 4.61 -
YUV 88.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 87 96 50 0.09 0 0.48 0.62 71.74 0.32 0.29
Hex 57 60 32 9 0 30 3E 48 20 1D
Octal 127 140 62 11 0 60 76 110 40 35
Binary 1010111 1100000 110010 1001 0 110000 111110 1001000 100000 11101

Color Harmonies of #576032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576032

Black with #576032

Text Example


Text Example

White with #576032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576032; }

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

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

background-color css

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

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

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

border-color css

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

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

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