#d38341

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

Shades of Peru #D38341

Tints of Peru #D38341

Color information

#D38341 (or 0xD38341) is unknown color: approx Peru. HEX triplet: D3, 83 and 41. RGB value is (211,131,65). Sum of RGB (Red+Green+Blue) = 211+131+65=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D38341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38341 is #2C7CBE. Grayscale: #939393. Windows color (decimal): -2915519 or 4293587. OLE color: 4293587.

HSL color Cylindrical-coordinate representation of color #D38341: hue angle of 27.12º 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 #D38341 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB21113165-
CMYK00.380.690.17
HSL27.12º62.39%54.12%-
HSV(B)27.12º69.19%82.75%-
XYZ35.9330.468.99-
YUV147.481.5173.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.84%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 65 (25.78% from 255) = 15.97%
R=51.84%
G=32.19%
B=15.97%

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
Decimal2111316500.380.690.1727.1262.3954.12
HexD3834102645111b3e36
Octal32320310104610521337666
Binary11010011100000111000001010011010001011000111011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d38341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d38341; }

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

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

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

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

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

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

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

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