#D4813A

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

Shades of Peru #D4813A

Tints of Peru #D4813A

Color information

#D4813A (or 0xD4813A) is unknown color: approx Peru. HEX triplet: D4, 81 and 3A. RGB value is (212,129,58). Sum of RGB (Red+Green+Blue) = 212+129+58=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D4813A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4813A is #2B7EC5. Grayscale: #929292. Windows color (decimal): -2850502 or 3834324. OLE color: 3834324.

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

Color convert

RGB21212958-
CMYK00.390.730.17
HSL27.66º64.17%52.94%-
HSV(B)27.66º72.64%83.14%-
XYZ35.77307.91-
YUV145.7278.5175.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.13%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 58 (23.05% from 255) = 14.54%
R=53.13%
G=32.33%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121295800.390.730.1727.6664.1752.94
HexD4813A02749111c4035
Octal32420172047111213410065
Binary11010100100000011110100100111100100110001111001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4813A; }

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

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

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

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

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

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

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

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