Html Css Color HEX #575924 Saratoga

📋 copy color: '#575924'

red 87 ◦ green 89 ◦ blue 36

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

Shades of Saratoga #575924

Tints of Saratoga #575924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.98%

R = 41.04%
G = 41.98%
B = 16.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#575924 (or 0x575924) is known color: Saratoga. HEX triplet: 57, 59 and 24. RGB value is (87,89,36). Sum of RGB (Red+Green+Blue) = 87+89+36=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #575924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575924 is #A8A6DB. Grayscale: #525252. Windows color (decimal): -11052764 or 2382167. OLE color: 2382167.

HSL color Cylindrical-coordinate representation of color #575924: hue angle of 62.26º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #575924 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 89 36 -
CMYK 0.02 0 0.60 0.65
HSL 62.26º 0.42% 0.25% -
HSV(B) 62.26º 0.6% 0.35% -
XYZ 7.82 9.3 3.05 -
YUV 82.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 87 89 36 0.02 0 0.60 0.65 62.26 0.42 0.25
Hex 57 59 24 2 0 3C 41 3E 2A 19
Octal 127 131 44 2 0 74 101 76 52 31
Binary 1010111 1011001 100100 10 0 111100 1000001 111110 101010 11001

Color Harmonies of #575924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575924

Black with #575924

Text Example


Text Example

White with #575924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575924; }

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

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

background-color css

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

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

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

border-color css

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

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

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