#D5813D

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

Shades of Peru #D5813D

Tints of Peru #D5813D

Color information

#D5813D (or 0xD5813D) is unknown color: approx Peru. HEX triplet: D5, 81 and 3D. RGB value is (213,129,61). Sum of RGB (Red+Green+Blue) = 213+129+61=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5813D is #2A7EC2. Grayscale: #929292. Windows color (decimal): -2784963 or 4030933. OLE color: 4030933.

HSL color Cylindrical-coordinate representation of color #D5813D: hue angle of 26.84º 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 #D5813D is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21312961-
CMYK00.390.710.16
HSL26.84º64.41%53.73%-
HSV(B)26.84º71.36%83.53%-
XYZ36.1330.188.34-
YUV146.3679.83175.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.85%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 61 (24.22% from 255) = 15.14%
R=52.85%
G=32.01%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131296100.390.710.1626.8464.4153.73
HexD5813D02747101b4036
Octal32520175047107203310066
Binary11010101100000011111010100111100011110000110111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5813D; }

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

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

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

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

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

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

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

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