#d4813c

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

Shades of Peru #D4813C

Tints of Peru #D4813C

Color information

#D4813C (or 0xD4813C) is unknown color: approx Peru. HEX triplet: D4, 81 and 3C. RGB value is (212,129,60). Sum of RGB (Red+Green+Blue) = 212+129+60=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D4813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4813C is #2B7EC3. Grayscale: #929292. Windows color (decimal): -2850500 or 3965396. OLE color: 3965396.

HSL color Cylindrical-coordinate representation of color #D4813C: hue angle of 27.24º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4813C is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB21212960-
CMYK00.390.720.17
HSL27.24º63.87%53.33%-
HSV(B)27.24º71.7%83.14%-
XYZ35.8230.028.18-
YUV145.9579.5175.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.87%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 60 (23.83% from 255) = 14.96%
R=52.87%
G=32.17%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121296000.390.720.1727.2463.8753.33
HexD4813C02748111b4035
Octal32420174047110213310065
Binary11010100100000011111000100111100100010001110111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4813c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4813c; }

 p { color: rgb(212,129,60); }

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

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

 a { background-color: rgb(212,129,60); }

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

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

 span { border-color: rgb(212,129,60); }

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