#D48F48

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

Shades of Peru #D48F48

Tints of Peru #D48F48

Color information

#D48F48 (or 0xD48F48) is unknown color: approx Peru. HEX triplet: D4, 8F and 48. RGB value is (212,143,72). Sum of RGB (Red+Green+Blue) = 212+143+72=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48F48 is #2B70B7. Grayscale: #9B9B9B. Windows color (decimal): -2846904 or 4755412. OLE color: 4755412.

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

Color convert

RGB21214372-
CMYK00.330.660.17
HSL30.43º61.95%55.69%-
HSV(B)30.43º66.04%83.14%-
XYZ38.1434.1110.7-
YUV155.5480.86168.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.65%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 72 (28.52% from 255) = 16.86%
R=49.65%
G=33.49%
B=16.86%

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
Decimal2121437200.330.660.1730.4361.9555.69
HexD48F4802142111e3e38
Octal32421711004110221367670
Binary11010100100011111001000010000110000101000111110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F48; }

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

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

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

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

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

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

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

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