#574A44

Color #574A44 Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #574A44

Tints of Saddle #574A44

Color information

#574A44 (or 0x574A44) is unknown color: approx Saddle. HEX triplet: 57, 4A and 44. RGB value is (87,74,68). Sum of RGB (Red+Green+Blue) = 87+74+68=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #574A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A44 is #A8B5BB. Grayscale: #4D4D4D. Windows color (decimal): -11056572 or 4475479. OLE color: 4475479.

HSL color Cylindrical-coordinate representation of color #574A44: hue angle of 18.95º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574A44 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB877468-
CMYK00.150.220.66
HSL18.95º12.26%30.39%-
HSV(B)18.95º21.84%34.12%-
XYZ7.427.346.49-
YUV77.2122.81134.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.99%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 68 (26.95% from 255) = 29.69%
R=37.99%
G=32.31%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87746800.150.220.6618.9512.2630.39
Hex574A440F164213c1e
Octal12711210401726102231436
Binary1010111100101010001000111110110100001010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,68); }

 H1.HeaderClassName
 {
   color: #574A44;
 }
 .AnyTagClassName
 {
   color: #574A44;
 }
</style>
background-color css

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

 a { background-color: rgb(87,74,68); }

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

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

 span { border-color: rgb(87,74,68); }

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