Html Css Color HEX #574C46 Saddle

📋 copy color: '#574C46'

red 87 ◦ green 76 ◦ blue 70

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

Shades of Saddle #574C46

Tints of Saddle #574C46

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.62%

 BLUE value IS 70 (27.73% from 255) = 30.04%

R = 37.34%
G = 32.62%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#574C46 (or 0x574C46) is known color: Saddle. HEX triplet: 57, 4C and 46. RGB value is (87,76,70). Sum of RGB (Red+Green+Blue) = 87+76+70=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #574C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C46 is #A8B3B9. Grayscale: #4E4E4E. Windows color (decimal): -11056058 or 4607063. OLE color: 4607063.

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

Color convert

RGB 87 76 70 -
CMYK 0 0.13 0.20 0.66
HSL 21.18º 0.11% 0.31% -
HSV(B) 21.18º 0.2% 0.34% -
XYZ 7.62 7.64 6.87 -
YUV 78.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 87 76 70 0 0.13 0.20 0.66 21.18 0.11 0.31
Hex 57 4C 46 0 D 14 42 15 B 1F
Octal 127 114 106 0 15 24 102 25 13 37
Binary 1010111 1001100 1000110 0 1101 10100 1000010 10101 1011 11111

Color Harmonies of #574C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C46

Black with #574C46

Text Example


Text Example

White with #574C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,76,70); }

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

background-color css

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

 a { background-color: rgb(87,76,70); }

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

border-color css

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

 span { border-color: rgb(87,76,70); }

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