#D48E41

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

Shades of Peru #D48E41

Tints of Peru #D48E41

Color information

#D48E41 (or 0xD48E41) is unknown color: approx Peru. HEX triplet: D4, 8E and 41. RGB value is (212,142,65). Sum of RGB (Red+Green+Blue) = 212+142+65=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48E41 is #2B71BE. Grayscale: #9A9A9A. Windows color (decimal): -2847167 or 4296404. OLE color: 4296404.

HSL color Cylindrical-coordinate representation of color #D48E41: hue angle of 31.43º 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 #D48E41 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB21214265-
CMYK00.330.690.17
HSL31.43º63.09%54.31%-
HSV(B)31.43º69.34%83.14%-
XYZ37.7833.729.52-
YUV154.1577.69169.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.60%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 65 (25.78% from 255) = 15.51%
R=50.60%
G=33.89%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121426500.330.690.1731.4363.0954.31
HexD48E4102145111f3f36
Octal32421610104110521377766
Binary11010100100011101000001010000110001011000111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48E41; }

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

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

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

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

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

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

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

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