#D5883D

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

Shades of Peru #D5883D

Tints of Peru #D5883D

Color information

#D5883D (or 0xD5883D) is unknown color: approx Peru. HEX triplet: D5, 88 and 3D. RGB value is (213,136,61). Sum of RGB (Red+Green+Blue) = 213+136+61=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5883D is #2A77C2. Grayscale: #969696. Windows color (decimal): -2783171 or 4032725. OLE color: 4032725.

HSL color Cylindrical-coordinate representation of color #D5883D: hue angle of 29.61º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5883D is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21313661-
CMYK00.360.710.16
HSL29.61º64.41%53.73%-
HSV(B)29.61º71.36%83.53%-
XYZ37.0932.098.65-
YUV150.4777.51172.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.95%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 61 (24.22% from 255) = 14.88%
R=51.95%
G=33.17%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131366100.360.710.1629.6164.4153.73
HexD5883D02447101e4036
Octal32521075044107203610066
Binary11010101100010001111010100100100011110000111101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5883D; }

 p { color: rgb(213,136,61); }

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

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

 a { background-color: rgb(213,136,61); }

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

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

 span { border-color: rgb(213,136,61); }

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