Html Css Color HEX #575921 Saratoga

📋 copy color: '#575921'

red 87 ◦ green 89 ◦ blue 33

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

Shades of Saratoga #575921

Tints of Saratoga #575921

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.58%

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

R = 41.63%
G = 42.58%
B = 15.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#575921 (or 0x575921) is known color: Saratoga. HEX triplet: 57, 59 and 21. RGB value is (87,89,33). Sum of RGB (Red+Green+Blue) = 87+89+33=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #575921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575921 is #A8A6DE. Grayscale: #525252. Windows color (decimal): -11052767 or 2185559. OLE color: 2185559.

HSL color Cylindrical-coordinate representation of color #575921: hue angle of 62.14º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575921 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 89 33 -
CMYK 0.02 0 0.63 0.65
HSL 62.14º 0.46% 0.24% -
HSV(B) 62.14º 0.63% 0.35% -
XYZ 7.78 9.28 2.82 -
YUV 82.02 100.34 131.55 -
System Red Green Blue C M Y K H S L
Decimal 87 89 33 0.02 0 0.63 0.65 62.14 0.46 0.24
Hex 57 59 21 2 0 3F 41 3E 2E 18
Octal 127 131 41 2 0 77 101 76 56 30
Binary 1010111 1011001 100001 10 0 111111 1000001 111110 101110 11000

Color Harmonies of #575921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575921

Black with #575921

Text Example


Text Example

White with #575921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575921; }

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

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

background-color css

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

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

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

border-color css

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

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

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