#d48843

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

Shades of Peru #D48843

Tints of Peru #D48843

Color information

#D48843 (or 0xD48843) is unknown color: approx Peru. HEX triplet: D4, 88 and 43. RGB value is (212,136,67). Sum of RGB (Red+Green+Blue) = 212+136+67=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D48843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48843 is #2B77BC. Grayscale: #979797. Windows color (decimal): -2848701 or 4425940. OLE color: 4425940.

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

Color convert

RGB21213667-
CMYK00.360.680.17
HSL28.55º62.77%54.71%-
HSV(B)28.55º68.4%83.14%-
XYZ36.9732.019.54-
YUV150.8680.68171.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.08%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 67 (26.56% from 255) = 16.14%
R=51.08%
G=32.77%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121366700.360.680.1728.5562.7754.71
HexD4884302444111d3f37
Octal32421010304410421357767
Binary11010100100010001000011010010010001001000111101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d48843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d48843; }

 p { color: rgb(212,136,67); }

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

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

 a { background-color: rgb(212,136,67); }

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

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

 span { border-color: rgb(212,136,67); }

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