#D39043

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

Shades of Peru #D39043

Tints of Peru #D39043

Color information

#D39043 (or 0xD39043) is unknown color: approx Peru. HEX triplet: D3, 90 and 43. RGB value is (211,144,67). Sum of RGB (Red+Green+Blue) = 211+144+67=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D39043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39043 is #2C6FBC. Grayscale: #9B9B9B. Windows color (decimal): -2912189 or 4427987. OLE color: 4427987.

HSL color Cylindrical-coordinate representation of color #D39043: hue angle of 32.08º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D39043 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB21114467-
CMYK00.320.680.17
HSL32.08º62.07%54.51%-
HSV(B)32.08º68.25%82.75%-
XYZ37.8534.29.92-
YUV155.2678.2167.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 67 (26.56% from 255) = 15.88%
R=50%
G=34.12%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111446700.320.680.1732.0862.0754.51
HexD390430204411203e37
Octal32322010304010421407667
Binary110100111001000010000110100000100010010001100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39043; }

 p { color: rgb(211,144,67); }

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

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

 a { background-color: rgb(211,144,67); }

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

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

 span { border-color: rgb(211,144,67); }

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