Html Css Color HEX #575D36 Saratoga

📋 copy color: '#575D36'

red 87 ◦ green 93 ◦ blue 54

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

Shades of Saratoga #575D36

Tints of Saratoga #575D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.08%

R = 37.18%
G = 39.74%
B = 23.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#575D36 (or 0x575D36) is known color: Saratoga. HEX triplet: 57, 5D and 36. RGB value is (87,93,54). Sum of RGB (Red+Green+Blue) = 87+93+54=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #575D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D36 is #A8A2C9. Grayscale: #565656. Windows color (decimal): -11051722 or 3562839. OLE color: 3562839.

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

Color convert

RGB 87 93 54 -
CMYK 0.06 0 0.42 0.64
HSL 69.23º 0.27% 0.29% -
HSV(B) 69.23º 0.42% 0.36% -
XYZ 8.51 10.12 5 -
YUV 86.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 87 93 54 0.06 0 0.42 0.64 69.23 0.27 0.29
Hex 57 5D 36 6 0 2A 40 45 1B 1D
Octal 127 135 66 6 0 52 100 105 33 35
Binary 1010111 1011101 110110 110 0 101010 1000000 1000101 11011 11101

Color Harmonies of #575D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D36

Black with #575D36

Text Example


Text Example

White with #575D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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