#D0874A

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

Shades of Peru #D0874A

Tints of Peru #D0874A

Color information

#D0874A (or 0xD0874A) is unknown color: approx Peru. HEX triplet: D0, 87 and 4A. RGB value is (208,135,74). Sum of RGB (Red+Green+Blue) = 208+135+74=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0874A is #2F78B5. Grayscale: #969696. Windows color (decimal): -3111094 or 4884432. OLE color: 4884432.

HSL color Cylindrical-coordinate representation of color #D0874A: hue angle of 27.31º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0874A is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20813574-
CMYK00.350.640.18
HSL27.31º58.77%55.29%-
HSV(B)27.31º64.42%81.57%-
XYZ35.9131.2310.61-
YUV149.8785.18169.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.88%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 74 (29.30% from 255) = 17.75%
R=49.88%
G=32.37%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081357400.350.640.1827.3158.7755.29
HexD0874A02340121b3b37
Octal32020711204310022337367
Binary11010000100001111001010010001110000001001011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0874A; }

 p { color: rgb(208,135,74); }

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

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

 a { background-color: rgb(208,135,74); }

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

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

 span { border-color: rgb(208,135,74); }

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