Html Css Color HEX #575E25 Saratoga

📋 copy color: '#575E25'

red 87 ◦ green 94 ◦ blue 37

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

Shades of Saratoga #575E25

Tints of Saratoga #575E25

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.12%

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

R = 39.91%
G = 43.12%
B = 16.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#575E25 (or 0x575E25) is known color: Saratoga. HEX triplet: 57, 5E and 25. RGB value is (87,94,37). Sum of RGB (Red+Green+Blue) = 87+94+37=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #575E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575E25 is #A8A1DA. Grayscale: #555555. Windows color (decimal): -11051483 or 2448983. OLE color: 2448983.

HSL color Cylindrical-coordinate representation of color #575E25: hue angle of 67.37º 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 #575E25 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 94 37 -
CMYK 0.07 0 0.61 0.63
HSL 67.37º 0.44% 0.26% -
HSV(B) 67.37º 0.61% 0.37% -
XYZ 8.27 10.17 3.28 -
YUV 85.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 87 94 37 0.07 0 0.61 0.63 67.37 0.44 0.26
Hex 57 5E 25 7 0 3D 3F 43 2C 1A
Octal 127 136 45 7 0 75 77 103 54 32
Binary 1010111 1011110 100101 111 0 111101 111111 1000011 101100 11010

Color Harmonies of #575E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E25

Black with #575E25

Text Example


Text Example

White with #575E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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