#D38842

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

Shades of Peru #D38842

Tints of Peru #D38842

Color information

#D38842 (or 0xD38842) is unknown color: approx Peru. HEX triplet: D3, 88 and 42. RGB value is (211,136,66). Sum of RGB (Red+Green+Blue) = 211+136+66=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D38842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38842 is #2C77BD. Grayscale: #969696. Windows color (decimal): -2914238 or 4360403. OLE color: 4360403.

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

Color convert

RGB21113666-
CMYK00.360.690.17
HSL28.97º62.23%54.31%-
HSV(B)28.97º68.72%82.75%-
XYZ36.6531.859.37-
YUV150.4480.35171.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.09%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=51.09%
G=32.93%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111366600.360.690.1728.9762.2354.31
HexD3884202445111d3e36
Octal32321010204410521357666
Binary11010011100010001000010010010010001011000111101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38842; }

 p { color: rgb(211,136,66); }

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

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

 a { background-color: rgb(211,136,66); }

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

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

 span { border-color: rgb(211,136,66); }

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