#D38646

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

Shades of Peru #D38646

Tints of Peru #D38646

Color information

#D38646 (or 0xD38646) is unknown color: approx Peru. HEX triplet: D3, 86 and 46. RGB value is (211,134,70). Sum of RGB (Red+Green+Blue) = 211+134+70=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D38646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38646 is #2C79B9. Grayscale: #969696. Windows color (decimal): -2914746 or 4622035. OLE color: 4622035.

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

Color convert

RGB21113470-
CMYK00.360.670.17
HSL27.23º61.57%55.1%-
HSV(B)27.23º66.82%82.75%-
XYZ36.4931.349.92-
YUV149.7383.01171.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.84%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 70 (27.73% from 255) = 16.87%
R=50.84%
G=32.29%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111347000.360.670.1727.2361.5755.1
HexD3864602443111b3e37
Octal32320610604410321337667
Binary11010011100001101000110010010010000111000111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38646; }

 p { color: rgb(211,134,70); }

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

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

 a { background-color: rgb(211,134,70); }

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

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

 span { border-color: rgb(211,134,70); }

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