#D48D48

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

Shades of Peru #D48D48

Tints of Peru #D48D48

Color information

#D48D48 (or 0xD48D48) is unknown color: approx Peru. HEX triplet: D4, 8D and 48. RGB value is (212,141,72). Sum of RGB (Red+Green+Blue) = 212+141+72=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48D48 is #2B72B7. Grayscale: #9A9A9A. Windows color (decimal): -2847416 or 4754900. OLE color: 4754900.

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

Color convert

RGB21214172-
CMYK00.330.660.17
HSL29.57º61.95%55.69%-
HSV(B)29.57º66.04%83.14%-
XYZ37.8533.5110.61-
YUV154.3681.52169.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=49.88%
G=33.18%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121417200.330.660.1729.5761.9555.69
HexD48D4802142111e3e38
Octal32421511004110221367670
Binary11010100100011011001000010000110000101000111110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48D48; }

 p { color: rgb(212,141,72); }

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

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

 a { background-color: rgb(212,141,72); }

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

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

 span { border-color: rgb(212,141,72); }

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