#D28B41

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

Shades of Peru #D28B41

Tints of Peru #D28B41

Color information

#D28B41 (or 0xD28B41) is unknown color: approx Peru. HEX triplet: D2, 8B and 41. RGB value is (210,139,65). Sum of RGB (Red+Green+Blue) = 210+139+65=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28B41 is #2D74BE. Grayscale: #989898. Windows color (decimal): -2979007 or 4295634. OLE color: 4295634.

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

Color convert

RGB21013965-
CMYK00.340.690.18
HSL30.62º61.7%53.92%-
HSV(B)30.62º69.05%82.35%-
XYZ36.7732.559.35-
YUV151.7979.02169.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.72%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 65 (25.78% from 255) = 15.70%
R=50.72%
G=33.57%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101396500.340.690.1830.6261.753.92
HexD28B4102245121f3e36
Octal32221310104210522377666
Binary11010010100010111000001010001010001011001011111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28B41; }

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

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

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

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

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

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

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

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