#D48441

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

Shades of Peru #D48441

Tints of Peru #D48441

Color information

#D48441 (or 0xD48441) is unknown color: approx Peru. HEX triplet: D4, 84 and 41. RGB value is (212,132,65). Sum of RGB (Red+Green+Blue) = 212+132+65=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D48441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48441 is #2B7BBE. Grayscale: #949494. Windows color (decimal): -2849727 or 4293844. OLE color: 4293844.

HSL color Cylindrical-coordinate representation of color #D48441: hue angle of 27.35º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D48441 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB21213265-
CMYK00.380.690.17
HSL27.35º63.09%54.31%-
HSV(B)27.35º69.34%83.14%-
XYZ36.3630.889.05-
YUV148.2881173.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.83%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 65 (25.78% from 255) = 15.89%
R=51.83%
G=32.27%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121326500.380.690.1727.3563.0954.31
HexD4844102645111b3f36
Octal32420410104610521337766
Binary11010100100001001000001010011010001011000111011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48441; }

 p { color: rgb(212,132,65); }

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

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

 a { background-color: rgb(212,132,65); }

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

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

 span { border-color: rgb(212,132,65); }

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