#D48A45

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

Shades of Peru #D48A45

Tints of Peru #D48A45

Color information

#D48A45 (or 0xD48A45) is unknown color: approx Peru. HEX triplet: D4, 8A and 45. RGB value is (212,138,69). Sum of RGB (Red+Green+Blue) = 212+138+69=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A45 is #2B75BA. Grayscale: #989898. Windows color (decimal): -2848187 or 4557524. OLE color: 4557524.

HSL color Cylindrical-coordinate representation of color #D48A45: hue angle of 28.95º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D48A45 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21213869-
CMYK00.350.670.17
HSL28.95º62.45%55.1%-
HSV(B)28.95º67.45%83.14%-
XYZ37.3132.69.96-
YUV152.2681.02170.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.60%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 69 (27.34% from 255) = 16.47%
R=50.60%
G=32.94%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121386900.350.670.1728.9562.4555.1
HexD48A4502343111d3e37
Octal32421210504310321357667
Binary11010100100010101000101010001110000111000111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A45; }

 p { color: rgb(212,138,69); }

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

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

 a { background-color: rgb(212,138,69); }

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

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

 span { border-color: rgb(212,138,69); }

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