#D18748

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

Shades of Peru #D18748

Tints of Peru #D18748

Color information

#D18748 (or 0xD18748) is unknown color: approx Peru. HEX triplet: D1, 87 and 48. RGB value is (209,135,72). Sum of RGB (Red+Green+Blue) = 209+135+72=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D18748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18748 is #2E78B7. Grayscale: #969696. Windows color (decimal): -3045560 or 4753361. OLE color: 4753361.

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

Color convert

RGB20913572-
CMYK00.350.660.18
HSL27.59º59.83%55.1%-
HSV(B)27.59º65.55%81.96%-
XYZ36.1331.3510.28-
YUV149.9484.02170.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.24%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 72 (28.52% from 255) = 17.31%
R=50.24%
G=32.45%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091357200.350.660.1827.5959.8355.1
HexD1874802342121c3c37
Octal32120711004310222347467
Binary11010001100001111001000010001110000101001011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18748; }

 p { color: rgb(209,135,72); }

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

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

 a { background-color: rgb(209,135,72); }

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

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

 span { border-color: rgb(209,135,72); }

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