Html Css Color HEX #575D3B Saratoga

📋 copy color: '#575D3B'

red 87 ◦ green 93 ◦ blue 59

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

Shades of Saratoga #575D3B

Tints of Saratoga #575D3B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.91%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 36.4%
G = 38.91%
B = 24.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#575D3B (or 0x575D3B) is known color: Saratoga. HEX triplet: 57, 5D and 3B. RGB value is (87,93,59). Sum of RGB (Red+Green+Blue) = 87+93+59=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 93 - color contains mainly: green. Hex color #575D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D3B is #A8A2C4. Grayscale: #575757. Windows color (decimal): -11051717 or 3890519. OLE color: 3890519.

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

Color convert

RGB 87 93 59 -
CMYK 0.06 0 0.37 0.64
HSL 70.59º 0.22% 0.3% -
HSV(B) 70.59º 0.37% 0.36% -
XYZ 8.63 10.17 5.65 -
YUV 87.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 87 93 59 0.06 0 0.37 0.64 70.59 0.22 0.3
Hex 57 5D 3B 6 0 25 40 47 16 1E
Octal 127 135 73 6 0 45 100 107 26 36
Binary 1010111 1011101 111011 110 0 100101 1000000 1000111 10110 11110

Color Harmonies of #575D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D3B

Black with #575D3B

Text Example


Text Example

White with #575D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,93,59); }

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

background-color css

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

 a { background-color: rgb(87,93,59); }

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

border-color css

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

 span { border-color: rgb(87,93,59); }

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