#D28540

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

Shades of Peru #D28540

Tints of Peru #D28540

Color information

#D28540 (or 0xD28540) is unknown color: approx Peru. HEX triplet: D2, 85 and 40. RGB value is (210,133,64). Sum of RGB (Red+Green+Blue) = 210+133+64=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D28540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28540 is #2D7ABF. Grayscale: #949494. Windows color (decimal): -2980544 or 4228562. OLE color: 4228562.

HSL color Cylindrical-coordinate representation of color #D28540: hue angle of 28.36º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D28540 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB21013364-
CMYK00.370.700.18
HSL28.36º61.86%53.73%-
HSV(B)28.36º69.52%82.35%-
XYZ35.8930.858.91-
YUV148.1680.51172.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.60%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 64 (25.39% from 255) = 15.72%
R=51.60%
G=32.68%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101336400.370.700.1828.3661.8653.73
HexD2854002546121c3e36
Octal32220510004510622347666
Binary11010010100001011000000010010110001101001011100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28540; }

 p { color: rgb(210,133,64); }

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

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

 a { background-color: rgb(210,133,64); }

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

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

 span { border-color: rgb(210,133,64); }

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