#D48641

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

Shades of Peru #D48641

Tints of Peru #D48641

Color information

#D48641 (or 0xD48641) is unknown color: approx Peru. HEX triplet: D4, 86 and 41. RGB value is (212,134,65). Sum of RGB (Red+Green+Blue) = 212+134+65=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D48641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48641 is #2B79BE. Grayscale: #959595. Windows color (decimal): -2849215 or 4294356. OLE color: 4294356.

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

Color convert

RGB21213465-
CMYK00.370.690.17
HSL28.16º63.09%54.31%-
HSV(B)28.16º69.34%83.14%-
XYZ36.6331.439.14-
YUV149.4680.34172.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.58%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 65 (25.78% from 255) = 15.82%
R=51.58%
G=32.60%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121346500.370.690.1728.1663.0954.31
HexD4864102545111c3f36
Octal32420610104510521347766
Binary11010100100001101000001010010110001011000111100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48641; }

 p { color: rgb(212,134,65); }

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

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

 a { background-color: rgb(212,134,65); }

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

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

 span { border-color: rgb(212,134,65); }

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