#D28841

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

Shades of Peru #D28841

Tints of Peru #D28841

Color information

#D28841 (or 0xD28841) is unknown color: approx Peru. HEX triplet: D2, 88 and 41. RGB value is (210,136,65). Sum of RGB (Red+Green+Blue) = 210+136+65=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D28841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28841 is #2D77BE. Grayscale: #969696. Windows color (decimal): -2979775 or 4294866. OLE color: 4294866.

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

Color convert

RGB21013665-
CMYK00.350.690.18
HSL29.38º61.7%53.92%-
HSV(B)29.38º69.05%82.35%-
XYZ36.3431.699.2-
YUV150.0380.02170.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.09%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 65 (25.78% from 255) = 15.82%
R=51.09%
G=33.09%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101366500.350.690.1829.3861.753.92
HexD2884102345121d3e36
Octal32221010104310522357666
Binary11010010100010001000001010001110001011001011101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28841; }

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

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

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

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

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

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

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

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