#D5883A

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

Shades of Peru #D5883A

Tints of Peru #D5883A

Color information

#D5883A (or 0xD5883A) is unknown color: approx Peru. HEX triplet: D5, 88 and 3A. RGB value is (213,136,58). Sum of RGB (Red+Green+Blue) = 213+136+58=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5883A is #2A77C5. Grayscale: #969696. Windows color (decimal): -2783174 or 3836117. OLE color: 3836117.

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

Color convert

RGB21313658-
CMYK00.360.730.16
HSL30.19º64.85%53.14%-
HSV(B)30.19º72.77%83.53%-
XYZ37.0132.068.24-
YUV150.1376.01172.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=52.33%
G=33.42%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131365800.360.730.1630.1964.8553.14
HexD5883A02449101e4135
Octal32521072044111203610165
Binary11010101100010001110100100100100100110000111101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5883A; }

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

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

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

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

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

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

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

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