#D28949

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

Shades of Peru #D28949

Tints of Peru #D28949

Color information

#D28949 (or 0xD28949) is unknown color: approx Peru. HEX triplet: D2, 89 and 49. RGB value is (210,137,73). Sum of RGB (Red+Green+Blue) = 210+137+73=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D28949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28949 is #2D76B6. Grayscale: #979797. Windows color (decimal): -2979511 or 4819410. OLE color: 4819410.

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

Color convert

RGB21013773-
CMYK00.350.650.18
HSL28.03º60.35%55.49%-
HSV(B)28.03º65.24%82.35%-
XYZ36.7332.0710.56-
YUV151.5383.68169.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 73 (28.91% from 255) = 17.38%
R=50%
G=32.62%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101377300.350.650.1828.0360.3555.49
HexD2894902341121c3c37
Octal32221111104310122347467
Binary11010010100010011001001010001110000011001011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28949; }

 p { color: rgb(210,137,73); }

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

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

 a { background-color: rgb(210,137,73); }

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

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

 span { border-color: rgb(210,137,73); }

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