#D28743

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

Shades of Peru #D28743

Tints of Peru #D28743

Color information

#D28743 (or 0xD28743) is unknown color: approx Peru. HEX triplet: D2, 87 and 43. RGB value is (210,135,67). Sum of RGB (Red+Green+Blue) = 210+135+67=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D28743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28743 is #2D78BC. Grayscale: #969696. Windows color (decimal): -2980029 or 4425682. OLE color: 4425682.

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

Color convert

RGB21013567-
CMYK00.360.680.18
HSL28.53º61.37%54.31%-
HSV(B)28.53º68.1%82.35%-
XYZ36.2631.439.47-
YUV149.6781.35171.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.97%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 67 (26.56% from 255) = 16.26%
R=50.97%
G=32.77%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101356700.360.680.1828.5361.3754.31
HexD2874302444121d3d36
Octal32220710304410422357566
Binary11010010100001111000011010010010001001001011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28743; }

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

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

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

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

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

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

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

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