#d18f4b

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

Shades of Peru #D18F4B

Tints of Peru #D18F4B

Color information

#D18F4B (or 0xD18F4B) is unknown color: approx Peru. HEX triplet: D1, 8F and 4B. RGB value is (209,143,75). Sum of RGB (Red+Green+Blue) = 209+143+75=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F4B is #2E70B4. Grayscale: #9B9B9B. Windows color (decimal): -3043509 or 4952017. OLE color: 4952017.

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

Color convert

RGB20914375-
CMYK00.320.640.18
HSL30.45º59.29%55.69%-
HSV(B)30.45º64.11%81.96%-
XYZ37.3933.7111.19-
YUV154.9882.87166.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.95%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 75 (29.69% from 255) = 17.56%
R=48.95%
G=33.49%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091437500.320.640.1830.4559.2955.69
HexD18F4B02040121e3b38
Octal32121711304010022367370
Binary11010001100011111001011010000010000001001011110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d18f4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d18f4b; }

 p { color: rgb(209,143,75); }

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

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

 a { background-color: rgb(209,143,75); }

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

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

 span { border-color: rgb(209,143,75); }

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