#D38241

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

Shades of Peru #D38241

Tints of Peru #D38241

Color information

#D38241 (or 0xD38241) is unknown color: approx Peru. HEX triplet: D3, 82 and 41. RGB value is (211,130,65). Sum of RGB (Red+Green+Blue) = 211+130+65=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D38241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38241 is #2C7DBE. Grayscale: #939393. Windows color (decimal): -2915775 or 4293331. OLE color: 4293331.

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

Color convert

RGB21113065-
CMYK00.380.690.17
HSL26.71º62.39%54.12%-
HSV(B)26.71º69.19%82.75%-
XYZ35.830.28.94-
YUV146.8181.84173.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.97%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 65 (25.78% from 255) = 16.01%
R=51.97%
G=32.02%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111306500.380.690.1726.7162.3954.12
HexD3824102645111b3e36
Octal32320210104610521337666
Binary11010011100000101000001010011010001011000111011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38241; }

 p { color: rgb(211,130,65); }

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

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

 a { background-color: rgb(211,130,65); }

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

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

 span { border-color: rgb(211,130,65); }

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