#d38a3e

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

Shades of Peru #D38A3E

Tints of Peru #D38A3E

Color information

#D38A3E (or 0xD38A3E) is unknown color: approx Peru. HEX triplet: D3, 8A and 3E. RGB value is (211,138,62). Sum of RGB (Red+Green+Blue) = 211+138+62=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38A3E is #2C75C1. Grayscale: #979797. Windows color (decimal): -2913730 or 4098771. OLE color: 4098771.

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

Color convert

RGB21113862-
CMYK00.350.710.17
HSL30.6º62.87%53.53%-
HSV(B)30.6º70.62%82.75%-
XYZ36.8232.378.87-
YUV151.1677.68170.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.34%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 62 (24.61% from 255) = 15.09%
R=51.34%
G=33.58%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111386200.350.710.1730.662.8753.53
HexD38A3E02347111f3f36
Octal3232127604310721377766
Binary1101001110001010111110010001110001111000111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d38a3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d38a3e; }

 p { color: rgb(211,138,62); }

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

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

 a { background-color: rgb(211,138,62); }

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

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

 span { border-color: rgb(211,138,62); }

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