#D5893F

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

Shades of Peru #D5893F

Tints of Peru #D5893F

Color information

#D5893F (or 0xD5893F) is unknown color: approx Peru. HEX triplet: D5, 89 and 3F. RGB value is (213,137,63). Sum of RGB (Red+Green+Blue) = 213+137+63=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D5893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5893F is #2A76C0. Grayscale: #979797. Windows color (decimal): -2782913 or 4164053. OLE color: 4164053.

HSL color Cylindrical-coordinate representation of color #D5893F: hue angle of 29.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5893F is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB21313763-
CMYK00.360.700.16
HSL29.6º64.1%54.12%-
HSV(B)29.6º70.42%83.53%-
XYZ37.2832.48.99-
YUV151.2978.18172.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.57%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 63 (25% from 255) = 15.25%
R=51.57%
G=33.17%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131376300.360.700.1629.664.154.12
HexD5893F02446101e4036
Octal32521177044106203610066
Binary11010101100010011111110100100100011010000111101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5893F; }

 p { color: rgb(213,137,63); }

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

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

 a { background-color: rgb(213,137,63); }

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

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

 span { border-color: rgb(213,137,63); }

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