#D5873F

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

Shades of Peru #D5873F

Tints of Peru #D5873F

Color information

#D5873F (or 0xD5873F) is unknown color: approx Peru. HEX triplet: D5, 87 and 3F. RGB value is (213,135,63). Sum of RGB (Red+Green+Blue) = 213+135+63=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5873F is #2A78C0. Grayscale: #969696. Windows color (decimal): -2783425 or 4163541. OLE color: 4163541.

HSL color Cylindrical-coordinate representation of color #D5873F: hue angle of 28.8º 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 #D5873F is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB21313563-
CMYK00.370.700.16
HSL28.8º64.1%54.12%-
HSV(B)28.8º70.42%83.53%-
XYZ3731.838.9-
YUV150.1178.84172.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 63 (25% from 255) = 15.33%
R=51.82%
G=32.85%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131356300.370.700.1628.864.154.12
HexD5873F02546101d4036
Octal32520777045106203510066
Binary11010101100001111111110100101100011010000111011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5873F; }

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

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

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

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

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

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

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

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