Html Css Color HEX #575D38 Saratoga

📋 copy color: '#575D38'

red 87 ◦ green 93 ◦ blue 56

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

Shades of Saratoga #575D38

Tints of Saratoga #575D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 36.86%
G = 39.41%
B = 23.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#575D38 (or 0x575D38) is known color: Saratoga. HEX triplet: 57, 5D and 38. RGB value is (87,93,56). Sum of RGB (Red+Green+Blue) = 87+93+56=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #575D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D38 is #A8A2C7. Grayscale: #575757. Windows color (decimal): -11051720 or 3693911. OLE color: 3693911.

HSL color Cylindrical-coordinate representation of color #575D38: hue angle of 69.73º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575D38 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 93 56 -
CMYK 0.06 0 0.40 0.64
HSL 69.73º 0.25% 0.29% -
HSV(B) 69.73º 0.4% 0.36% -
XYZ 8.56 10.14 5.25 -
YUV 86.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 87 93 56 0.06 0 0.40 0.64 69.73 0.25 0.29
Hex 57 5D 38 6 0 28 40 46 19 1D
Octal 127 135 70 6 0 50 100 106 31 35
Binary 1010111 1011101 111000 110 0 101000 1000000 1000110 11001 11101

Color Harmonies of #575D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D38

Black with #575D38

Text Example


Text Example

White with #575D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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