#D18B41

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

Shades of Peru #D18B41

Tints of Peru #D18B41

Color information

#D18B41 (or 0xD18B41) is unknown color: approx Peru. HEX triplet: D1, 8B and 41. RGB value is (209,139,65). Sum of RGB (Red+Green+Blue) = 209+139+65=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18B41 is #2E74BE. Grayscale: #979797. Windows color (decimal): -3044543 or 4295633. OLE color: 4295633.

HSL color Cylindrical-coordinate representation of color #D18B41: hue angle of 30.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D18B41 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB20913965-
CMYK00.330.690.18
HSL30.83º61.02%53.73%-
HSV(B)30.83º68.9%81.96%-
XYZ36.4832.49.33-
YUV151.4979.19169.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.61%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=50.61%
G=33.66%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091396500.330.690.1830.8361.0253.73
HexD18B4102145121f3d36
Octal32121310104110522377566
Binary11010001100010111000001010000110001011001011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18B41; }

 p { color: rgb(209,139,65); }

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

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

 a { background-color: rgb(209,139,65); }

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

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

 span { border-color: rgb(209,139,65); }

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