Html Css Color HEX #576221 Saratoga

📋 copy color: '#576221'

red 87 ◦ green 98 ◦ blue 33

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

Shades of Saratoga #576221

Tints of Saratoga #576221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.95%

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 39.91%
G = 44.95%
B = 15.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#576221 (or 0x576221) is known color: Saratoga. HEX triplet: 57, 62 and 21. RGB value is (87,98,33). Sum of RGB (Red+Green+Blue) = 87+98+33=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #576221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576221 is #A89DDE. Grayscale: #575757. Windows color (decimal): -11050463 or 2187863. OLE color: 2187863.

HSL color Cylindrical-coordinate representation of color #576221: hue angle of 70.15º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #576221 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 98 33 -
CMYK 0.11 0 0.66 0.62
HSL 70.15º 0.5% 0.26% -
HSV(B) 70.15º 0.66% 0.38% -
XYZ 8.57 10.87 3.09 -
YUV 87.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 87 98 33 0.11 0 0.66 0.62 70.15 0.5 0.26
Hex 57 62 21 B 0 42 3E 46 32 1A
Octal 127 142 41 13 0 102 76 106 62 32
Binary 1010111 1100010 100001 1011 0 1000010 111110 1000110 110010 11010

Color Harmonies of #576221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576221

Black with #576221

Text Example


Text Example

White with #576221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576221; }

 p { color: rgb(87,98,33); }

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

background-color css

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

 a { background-color: rgb(87,98,33); }

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

border-color css

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

 span { border-color: rgb(87,98,33); }

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