#D58838

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

Shades of Peru #D58838

Tints of Peru #D58838

Color information

#D58838 (or 0xD58838) is unknown color: approx Peru. HEX triplet: D5, 88 and 38. RGB value is (213,136,56). Sum of RGB (Red+Green+Blue) = 213+136+56=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D58838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58838 is #2A77C7. Grayscale: #969696. Windows color (decimal): -2783176 or 3705045. OLE color: 3705045.

HSL color Cylindrical-coordinate representation of color #D58838: hue angle of 30.57º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D58838 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21313656-
CMYK00.360.740.16
HSL30.57º65.15%52.75%-
HSV(B)30.57º73.71%83.53%-
XYZ36.9632.047.98-
YUV149.975.01173-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.59%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 56 (22.27% from 255) = 13.83%
R=52.59%
G=33.58%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131365600.360.740.1630.5765.1552.75
HexD588380244A101f4135
Octal32521070044112203710165
Binary11010101100010001110000100100100101010000111111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58838; }

 p { color: rgb(213,136,56); }

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

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

 a { background-color: rgb(213,136,56); }

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

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

 span { border-color: rgb(213,136,56); }

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