Html Css Color HEX #575935 Saratoga

📋 copy color: '#575935'

red 87 ◦ green 89 ◦ blue 53

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

Shades of Saratoga #575935

Tints of Saratoga #575935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.14%

R = 37.99%
G = 38.86%
B = 23.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#575935 (or 0x575935) is known color: Saratoga. HEX triplet: 57, 59 and 35. RGB value is (87,89,53). Sum of RGB (Red+Green+Blue) = 87+89+53=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #575935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575935 is #A8A6CA. Grayscale: #545454. Windows color (decimal): -11052747 or 3496279. OLE color: 3496279.

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

Color convert

RGB 87 89 53 -
CMYK 0.02 0 0.40 0.65
HSL 63.33º 0.25% 0.28% -
HSV(B) 63.33º 0.4% 0.35% -
XYZ 8.15 9.43 4.76 -
YUV 84.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 87 89 53 0.02 0 0.40 0.65 63.33 0.25 0.28
Hex 57 59 35 2 0 28 41 3F 19 1C
Octal 127 131 65 2 0 50 101 77 31 34
Binary 1010111 1011001 110101 10 0 101000 1000001 111111 11001 11100

Color Harmonies of #575935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575935

Black with #575935

Text Example


Text Example

White with #575935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575935; }

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

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

background-color css

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

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

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

border-color css

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

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

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