Html Css Color HEX #574D48 Saddle

📋 copy color: '#574D48'

red 87 ◦ green 77 ◦ blue 72

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

Shades of Saddle #574D48

Tints of Saddle #574D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 36.86%
G = 32.63%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#574D48 (or 0x574D48) is known color: Saddle. HEX triplet: 57, 4D and 48. RGB value is (87,77,72). Sum of RGB (Red+Green+Blue) = 87+77+72=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #574D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D48 is #A8B2B7. Grayscale: #4F4F4F. Windows color (decimal): -11055800 or 4738391. OLE color: 4738391.

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

Color convert

RGB 87 77 72 -
CMYK 0 0.11 0.17 0.66
HSL 20º 0.09% 0.31% -
HSV(B) 20º 0.17% 0.34% -
XYZ 7.75 7.8 7.23 -
YUV 79.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 87 77 72 0 0.11 0.17 0.66 20 0.09 0.31
Hex 57 4D 48 0 B 11 42 14 9 1F
Octal 127 115 110 0 13 21 102 24 11 37
Binary 1010111 1001101 1001000 0 1011 10001 1000010 10100 1001 11111

Color Harmonies of #574D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D48

Black with #574D48

Text Example


Text Example

White with #574D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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