Html Css Color HEX #575E3A Saratoga

📋 copy color: '#575E3A'

red 87 ◦ green 94 ◦ blue 58

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

Shades of Saratoga #575E3A

Tints of Saratoga #575E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.27%

R = 36.4%
G = 39.33%
B = 24.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#575E3A (or 0x575E3A) is known color: Saratoga. HEX triplet: 57, 5E and 3A. RGB value is (87,94,58). Sum of RGB (Red+Green+Blue) = 87+94+58=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 94 - color contains mainly: green. Hex color #575E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575E3A is #A8A1C5. Grayscale: #575757. Windows color (decimal): -11051462 or 3825239. OLE color: 3825239.

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

Color convert

RGB 87 94 58 -
CMYK 0.07 0 0.38 0.63
HSL 71.67º 0.24% 0.3% -
HSV(B) 71.67º 0.38% 0.37% -
XYZ 8.7 10.34 5.54 -
YUV 87.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 87 94 58 0.07 0 0.38 0.63 71.67 0.24 0.3
Hex 57 5E 3A 7 0 26 3F 48 18 1E
Octal 127 136 72 7 0 46 77 110 30 36
Binary 1010111 1011110 111010 111 0 100110 111111 1001000 11000 11110

Color Harmonies of #575E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E3A

Black with #575E3A

Text Example


Text Example

White with #575E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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