Html Css Color HEX #575F25 Saratoga

📋 copy color: '#575F25'

red 87 ◦ green 95 ◦ blue 37

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

Shades of Saratoga #575F25

Tints of Saratoga #575F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.38%

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

R = 39.73%
G = 43.38%
B = 16.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#575F25 (or 0x575F25) is known color: Saratoga. HEX triplet: 57, 5F and 25. RGB value is (87,95,37). Sum of RGB (Red+Green+Blue) = 87+95+37=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #575F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575F25 is #A8A0DA. Grayscale: #565656. Windows color (decimal): -11051227 or 2449239. OLE color: 2449239.

HSL color Cylindrical-coordinate representation of color #575F25: hue angle of 68.28º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575F25 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 95 37 -
CMYK 0.08 0 0.61 0.63
HSL 68.28º 0.44% 0.26% -
HSV(B) 68.28º 0.61% 0.37% -
XYZ 8.36 10.34 3.31 -
YUV 86 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 87 95 37 0.08 0 0.61 0.63 68.28 0.44 0.26
Hex 57 5F 25 8 0 3D 3F 44 2C 1A
Octal 127 137 45 10 0 75 77 104 54 32
Binary 1010111 1011111 100101 1000 0 111101 111111 1000100 101100 11010

Color Harmonies of #575F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F25

Black with #575F25

Text Example


Text Example

White with #575F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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