#D38B41

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

Shades of Peru #D38B41

Tints of Peru #D38B41

Color information

#D38B41 (or 0xD38B41) is unknown color: approx Peru. HEX triplet: D3, 8B and 41. RGB value is (211,139,65). Sum of RGB (Red+Green+Blue) = 211+139+65=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D38B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38B41 is #2C74BE. Grayscale: #989898. Windows color (decimal): -2913471 or 4295635. OLE color: 4295635.

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

Color convert

RGB21113965-
CMYK00.340.690.17
HSL30.41º62.39%54.12%-
HSV(B)30.41º69.19%82.75%-
XYZ37.0532.79.36-
YUV152.0978.85170.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.84%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 65 (25.78% from 255) = 15.66%
R=50.84%
G=33.49%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111396500.340.690.1730.4162.3954.12
HexD38B4102245111e3e36
Octal32321310104210521367666
Binary11010011100010111000001010001010001011000111110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38B41; }

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

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

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

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

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

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

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

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