Html Css Color HEX #575E3C Saratoga

📋 copy color: '#575E3C'

red 87 ◦ green 94 ◦ blue 60

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

Shades of Saratoga #575E3C

Tints of Saratoga #575E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 36.1%
G = 39%
B = 24.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#575E3C (or 0x575E3C) is known color: Saratoga. HEX triplet: 57, 5E and 3C. RGB value is (87,94,60). Sum of RGB (Red+Green+Blue) = 87+94+60=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #575E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575E3C is #A8A1C3. Grayscale: #585858. Windows color (decimal): -11051460 or 3956311. OLE color: 3956311.

HSL color Cylindrical-coordinate representation of color #575E3C: hue angle of 72.35º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #575E3C is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 94 60 -
CMYK 0.07 0 0.36 0.63
HSL 72.35º 0.22% 0.3% -
HSV(B) 72.35º 0.36% 0.37% -
XYZ 8.75 10.36 5.81 -
YUV 88.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 87 94 60 0.07 0 0.36 0.63 72.35 0.22 0.3
Hex 57 5E 3C 7 0 24 3F 48 16 1E
Octal 127 136 74 7 0 44 77 110 26 36
Binary 1010111 1011110 111100 111 0 100100 111111 1001000 10110 11110

Color Harmonies of #575E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E3C

Black with #575E3C

Text Example


Text Example

White with #575E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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