#D49045

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

Shades of Peru #D49045

Tints of Peru #D49045

Color information

#D49045 (or 0xD49045) is unknown color: approx Peru. HEX triplet: D4, 90 and 45. RGB value is (212,144,69). Sum of RGB (Red+Green+Blue) = 212+144+69=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D49045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49045 is #2B6FBA. Grayscale: #9C9C9C. Windows color (decimal): -2846651 or 4559060. OLE color: 4559060.

HSL color Cylindrical-coordinate representation of color #D49045: hue angle of 31.47º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D49045 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21214469-
CMYK00.320.670.17
HSL31.47º62.45%55.1%-
HSV(B)31.47º67.45%83.14%-
XYZ38.234.3710.25-
YUV155.7879.03168.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 69 (27.34% from 255) = 16.24%
R=49.88%
G=33.88%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121446900.320.670.1731.4762.4555.1
HexD4904502043111f3e37
Octal32422010504010321377667
Binary11010100100100001000101010000010000111000111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49045; }

 p { color: rgb(212,144,69); }

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

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

 a { background-color: rgb(212,144,69); }

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

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

 span { border-color: rgb(212,144,69); }

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