Html Css Color HEX #575923 Saratoga

📋 copy color: '#575923'

red 87 ◦ green 89 ◦ blue 35

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

Shades of Saratoga #575923

Tints of Saratoga #575923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.59%

R = 41.23%
G = 42.18%
B = 16.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#575923 (or 0x575923) is known color: Saratoga. HEX triplet: 57, 59 and 23. RGB value is (87,89,35). Sum of RGB (Red+Green+Blue) = 87+89+35=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #575923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575923 is #A8A6DC. Grayscale: #525252. Windows color (decimal): -11052765 or 2316631. OLE color: 2316631.

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

Color convert

RGB 87 89 35 -
CMYK 0.02 0 0.61 0.65
HSL 62.22º 0.44% 0.24% -
HSV(B) 62.22º 0.61% 0.35% -
XYZ 7.81 9.29 2.97 -
YUV 82.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 87 89 35 0.02 0 0.61 0.65 62.22 0.44 0.24
Hex 57 59 23 2 0 3D 41 3E 2C 18
Octal 127 131 43 2 0 75 101 76 54 30
Binary 1010111 1011001 100011 10 0 111101 1000001 111110 101100 11000

Color Harmonies of #575923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575923

Black with #575923

Text Example


Text Example

White with #575923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575923; }

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

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

background-color css

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

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

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

border-color css

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

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

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