#D48639

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

Shades of Peru #D48639

Tints of Peru #D48639

Color information

#D48639 (or 0xD48639) is unknown color: approx Peru. HEX triplet: D4, 86 and 39. RGB value is (212,134,57). Sum of RGB (Red+Green+Blue) = 212+134+57=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D48639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48639 is #2B79C6. Grayscale: #949494. Windows color (decimal): -2849223 or 3770068. OLE color: 3770068.

HSL color Cylindrical-coordinate representation of color #D48639: hue angle of 29.81º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D48639 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB21213457-
CMYK00.370.730.17
HSL29.81º64.32%52.75%-
HSV(B)29.81º73.11%83.14%-
XYZ36.4131.348-
YUV148.5476.34173.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.61%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 57 (22.66% from 255) = 14.14%
R=52.61%
G=33.25%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121345700.370.730.1729.8164.3252.75
HexD4863902549111e4035
Octal32420671045111213610065
Binary11010100100001101110010100101100100110001111101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48639; }

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

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

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

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

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

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

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

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