#D38945

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

Shades of Peru #D38945

Tints of Peru #D38945

Color information

#D38945 (or 0xD38945) is unknown color: approx Peru. HEX triplet: D3, 89 and 45. RGB value is (211,137,69). Sum of RGB (Red+Green+Blue) = 211+137+69=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D38945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38945 is #2C76BA. Grayscale: #979797. Windows color (decimal): -2913979 or 4557267. OLE color: 4557267.

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

Color convert

RGB21113769-
CMYK00.350.670.17
HSL28.73º61.74%54.9%-
HSV(B)28.73º67.3%82.75%-
XYZ36.8832.179.9-
YUV151.3781.52170.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.60%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 69 (27.34% from 255) = 16.55%
R=50.60%
G=32.85%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111376900.350.670.1728.7361.7454.9
HexD3894502343111d3e37
Octal32321110504310321357667
Binary11010011100010011000101010001110000111000111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38945; }

 p { color: rgb(211,137,69); }

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

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

 a { background-color: rgb(211,137,69); }

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

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

 span { border-color: rgb(211,137,69); }

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