Html Css Color HEX #575D31 Saratoga

📋 copy color: '#575D31'

red 87 ◦ green 93 ◦ blue 49

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

Shades of Saratoga #575D31

Tints of Saratoga #575D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 37.99%
G = 40.61%
B = 21.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#575D31 (or 0x575D31) is known color: Saratoga. HEX triplet: 57, 5D and 31. RGB value is (87,93,49). Sum of RGB (Red+Green+Blue) = 87+93+49=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #575D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D31 is #A8A2CE. Grayscale: #565656. Windows color (decimal): -11051727 or 3235159. OLE color: 3235159.

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

Color convert

RGB 87 93 49 -
CMYK 0.06 0 0.47 0.64
HSL 68.18º 0.31% 0.28% -
HSV(B) 68.18º 0.47% 0.36% -
XYZ 8.4 10.08 4.41 -
YUV 86.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 87 93 49 0.06 0 0.47 0.64 68.18 0.31 0.28
Hex 57 5D 31 6 0 2F 40 44 1F 1C
Octal 127 135 61 6 0 57 100 104 37 34
Binary 1010111 1011101 110001 110 0 101111 1000000 1000100 11111 11100

Color Harmonies of #575D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D31

Black with #575D31

Text Example


Text Example

White with #575D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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