#D08843

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

Shades of Peru #D08843

Tints of Peru #D08843

Color information

#D08843 (or 0xD08843) is unknown color: approx Peru. HEX triplet: D0, 88 and 43. RGB value is (208,136,67). Sum of RGB (Red+Green+Blue) = 208+136+67=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D08843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08843 is #2F77BC. Grayscale: #969696. Windows color (decimal): -3110845 or 4425936. OLE color: 4425936.

HSL color Cylindrical-coordinate representation of color #D08843: hue angle of 29.36º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D08843 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB20813667-
CMYK00.350.680.18
HSL29.36º60%53.92%-
HSV(B)29.36º67.79%81.57%-
XYZ35.8331.429.49-
YUV149.6681.35169.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.61%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 67 (26.56% from 255) = 16.30%
R=50.61%
G=33.09%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081366700.350.680.1829.366053.92
HexD0884302344121d3c36
Octal32021010304310422357466
Binary11010000100010001000011010001110001001001011101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08843; }

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

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

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

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

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

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

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

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