#E1A572

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

Shades of Tumbleweed #E1A572

Tints of Tumbleweed #E1A572

Color information

#E1A572 (or 0xE1A572) is unknown color: approx Tumbleweed. HEX triplet: E1, A5 and 72. RGB value is (225,165,114). Sum of RGB (Red+Green+Blue) = 225+165+114=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A572 is #1E5A8D. Grayscale: #B1B1B1. Windows color (decimal): -1989262 or 7513569. OLE color: 7513569.

HSL color Cylindrical-coordinate representation of color #E1A572: hue angle of 27.57º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1A572 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB225165114-
CMYK00.270.490.12
HSL27.57º64.91%66.47%-
HSV(B)27.57º49.33%88.24%-
XYZ47.5444.1321.93-
YUV177.1392.38162.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 114 (44.92% from 255) = 22.62%
R=44.64%
G=32.74%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516511400.270.490.1227.5764.9166.47
HexE1A57201B31C1c4142
Octal341245162033611434101102
Binary1110000110100101111001001101111000111001110010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A572; }

 p { color: rgb(225,165,114); }

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

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

 a { background-color: rgb(225,165,114); }

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

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

 span { border-color: rgb(225,165,114); }

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