Html Css Color HEX #575A25 Saratoga

📋 copy color: '#575A25'

red 87 ◦ green 90 ◦ blue 37

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

Shades of Saratoga #575A25

Tints of Saratoga #575A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.06%

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

R = 40.65%
G = 42.06%
B = 17.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#575A25 (or 0x575A25) is known color: Saratoga. HEX triplet: 57, 5A and 25. RGB value is (87,90,37). Sum of RGB (Red+Green+Blue) = 87+90+37=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #575A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A25 is #A8A5DA. Grayscale: #535353. Windows color (decimal): -11052507 or 2447959. OLE color: 2447959.

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

Color convert

RGB 87 90 37 -
CMYK 0.03 0 0.59 0.65
HSL 63.4º 0.42% 0.25% -
HSV(B) 63.4º 0.59% 0.35% -
XYZ 7.92 9.47 3.16 -
YUV 83.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 87 90 37 0.03 0 0.59 0.65 63.4 0.42 0.25
Hex 57 5A 25 3 0 3B 41 3F 2A 19
Octal 127 132 45 3 0 73 101 77 52 31
Binary 1010111 1011010 100101 11 0 111011 1000001 111111 101010 11001

Color Harmonies of #575A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A25

Black with #575A25

Text Example


Text Example

White with #575A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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