#D48F3F

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

Shades of Peru #D48F3F

Tints of Peru #D48F3F

Color information

#D48F3F (or 0xD48F3F) is unknown color: approx Peru. HEX triplet: D4, 8F and 3F. RGB value is (212,143,63). Sum of RGB (Red+Green+Blue) = 212+143+63=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48F3F is #2B70C0. Grayscale: #9A9A9A. Windows color (decimal): -2846913 or 4165588. OLE color: 4165588.

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

Color convert

RGB21214363-
CMYK00.330.700.17
HSL32.21º63.4%53.92%-
HSV(B)32.21º70.28%83.14%-
XYZ37.87349.27-
YUV154.5176.36169-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.72%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 63 (25% from 255) = 15.07%
R=50.72%
G=34.21%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121436300.330.700.1732.2163.453.92
HexD48F3F0214611203f36
Octal3242177704110621407766
Binary11010100100011111111110100001100011010001100000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F3F; }

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

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

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

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

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

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

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

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