#D48F43

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

Shades of Peru #D48F43

Tints of Peru #D48F43

Color information

#D48F43 (or 0xD48F43) is unknown color: approx Peru. HEX triplet: D4, 8F and 43. RGB value is (212,143,67). Sum of RGB (Red+Green+Blue) = 212+143+67=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48F43 is #2B70BC. Grayscale: #9B9B9B. Windows color (decimal): -2846909 or 4427732. OLE color: 4427732.

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

Color convert

RGB21214367-
CMYK00.330.680.17
HSL31.45º62.77%54.71%-
HSV(B)31.45º68.4%83.14%-
XYZ37.9934.059.88-
YUV154.9778.36168.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.24%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 67 (26.56% from 255) = 15.88%
R=50.24%
G=33.89%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121436700.330.680.1731.4562.7754.71
HexD48F4302144111f3f37
Octal32421710304110421377767
Binary11010100100011111000011010000110001001000111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F43; }

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

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

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

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

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

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

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

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