Html Css Color HEX #575925 Saratoga

📋 copy color: '#575925'

red 87 ◦ green 89 ◦ blue 37

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

Shades of Saratoga #575925

Tints of Saratoga #575925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.37%

R = 40.85%
G = 41.78%
B = 17.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#575925 (or 0x575925) is known color: Saratoga. HEX triplet: 57, 59 and 25. RGB value is (87,89,37). Sum of RGB (Red+Green+Blue) = 87+89+37=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #575925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575925 is #A8A6DA. Grayscale: #525252. Windows color (decimal): -11052763 or 2447703. OLE color: 2447703.

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

Color convert

RGB 87 89 37 -
CMYK 0.02 0 0.58 0.65
HSL 62.31º 0.41% 0.25% -
HSV(B) 62.31º 0.58% 0.35% -
XYZ 7.84 9.3 3.13 -
YUV 82.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 87 89 37 0.02 0 0.58 0.65 62.31 0.41 0.25
Hex 57 59 25 2 0 3A 41 3E 29 19
Octal 127 131 45 2 0 72 101 76 51 31
Binary 1010111 1011001 100101 10 0 111010 1000001 111110 101001 11001

Color Harmonies of #575925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575925

Black with #575925

Text Example


Text Example

White with #575925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575925; }

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

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

background-color css

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

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

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

border-color css

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

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

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