#D28843

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

Shades of Peru #D28843

Tints of Peru #D28843

Color information

#D28843 (or 0xD28843) is unknown color: approx Peru. HEX triplet: D2, 88 and 43. RGB value is (210,136,67). Sum of RGB (Red+Green+Blue) = 210+136+67=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D28843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28843 is #2D77BC. Grayscale: #969696. Windows color (decimal): -2979773 or 4425938. OLE color: 4425938.

HSL color Cylindrical-coordinate representation of color #D28843: hue angle of 28.95º degrees, saturation: 0.61, 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 #D28843 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB21013667-
CMYK00.350.680.18
HSL28.95º61.37%54.31%-
HSV(B)28.95º68.1%82.35%-
XYZ36.431.729.51-
YUV150.2681.02170.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.85%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 67 (26.56% from 255) = 16.22%
R=50.85%
G=32.93%
B=16.22%

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
Decimal2101366700.350.680.1828.9561.3754.31
HexD2884302344121d3d36
Octal32221010304310422357566
Binary11010010100010001000011010001110001001001011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28843; }

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

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

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

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

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

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

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

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