#D38B44

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

Shades of Peru #D38B44

Tints of Peru #D38B44

Color information

#D38B44 (or 0xD38B44) is unknown color: approx Peru. HEX triplet: D3, 8B and 44. RGB value is (211,139,68). Sum of RGB (Red+Green+Blue) = 211+139+68=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D38B44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38B44 is #2C74BB. Grayscale: #989898. Windows color (decimal): -2913468 or 4492243. OLE color: 4492243.

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

Color convert

RGB21113968-
CMYK00.340.680.17
HSL29.79º61.9%54.71%-
HSV(B)29.79º67.77%82.75%-
XYZ37.1432.739.83-
YUV152.4380.35169.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.48%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 68 (26.95% from 255) = 16.27%
R=50.48%
G=33.25%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111396800.340.680.1729.7961.954.71
HexD38B4402244111e3e37
Octal32321310404210421367667
Binary11010011100010111000100010001010001001000111110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38B44; }

 p { color: rgb(211,139,68); }

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

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

 a { background-color: rgb(211,139,68); }

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

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

 span { border-color: rgb(211,139,68); }

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