Html Css Color HEX #574D49 Saddle

📋 copy color: '#574D49'

red 87 ◦ green 77 ◦ blue 73

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

Shades of Saddle #574D49

Tints of Saddle #574D49

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.49%

 BLUE value IS 73 (28.91% from 255) = 30.8%

R = 36.71%
G = 32.49%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#574D49 (or 0x574D49) is known color: Saddle. HEX triplet: 57, 4D and 49. RGB value is (87,77,73). Sum of RGB (Red+Green+Blue) = 87+77+73=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #574D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D49 is #A8B2B6. Grayscale: #4F4F4F. Windows color (decimal): -11055799 or 4803927. OLE color: 4803927.

HSL color Cylindrical-coordinate representation of color #574D49: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #574D49 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 77 73 -
CMYK 0 0.11 0.16 0.66
HSL 17.14º 0.09% 0.31% -
HSV(B) 17.14º 0.16% 0.34% -
XYZ 7.79 7.82 7.4 -
YUV 79.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 87 77 73 0 0.11 0.16 0.66 17.14 0.09 0.31
Hex 57 4D 49 0 B 10 42 11 9 1F
Octal 127 115 111 0 13 20 102 21 11 37
Binary 1010111 1001101 1001001 0 1011 10000 1000010 10001 1001 11111

Color Harmonies of #574D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D49

Black with #574D49

Text Example


Text Example

White with #574D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574D49; }

 p { color: rgb(87,77,73); }

 H1.HeaderClassName
 {
   color: #574D49;
 }
 .AnyTagClassName
 {
   color: #574D49;
 }
</style>

background-color css

<style>
 a { background-color: #574D49; }

 a { background-color: rgb(87,77,73); }

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

border-color css

<style>
 span { border-color: #574D49; }

 span { border-color: rgb(87,77,73); }

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