#574641

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

Shades of Saddle #574641

Tints of Saddle #574641

Color information

#574641 (or 0x574641) is unknown color: approx Saddle. HEX triplet: 57, 46 and 41. RGB value is (87,70,65). Sum of RGB (Red+Green+Blue) = 87+70+65=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 87 - color contains mainly: red. Hex color #574641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574641 is #A8B9BE. Grayscale: #4A4A4A. Windows color (decimal): -11057599 or 4277847. OLE color: 4277847.

HSL color Cylindrical-coordinate representation of color #574641: hue angle of 13.64º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #574641 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB877065-
CMYK00.200.250.66
HSL13.64º14.47%29.8%-
HSV(B)13.64º25.29%34.12%-
XYZ7.076.795.94-
YUV74.51122.63136.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.19%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=39.19%
G=31.53%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87706500.200.250.6613.6414.4729.8
Hex5746410141942ee1e
Octal12710610102431102161636
Binary1010111100011010000010101001100110000101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574641; }

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

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

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

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

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

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

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

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