#D58538

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

Shades of Peru #D58538

Tints of Peru #D58538

Color information

#D58538 (or 0xD58538) is unknown color: approx Peru. HEX triplet: D5, 85 and 38. RGB value is (213,133,56). Sum of RGB (Red+Green+Blue) = 213+133+56=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D58538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58538 is #2A7AC7. Grayscale: #949494. Windows color (decimal): -2783944 or 3704277. OLE color: 3704277.

HSL color Cylindrical-coordinate representation of color #D58538: hue angle of 29.43º 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 #D58538 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21313356-
CMYK00.380.740.16
HSL29.43º65.15%52.75%-
HSV(B)29.43º73.71%83.53%-
XYZ36.5431.217.84-
YUV148.1476174.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.99%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 56 (22.27% from 255) = 13.93%
R=52.99%
G=33.08%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131335600.380.740.1629.4365.1552.75
HexD585380264A101d4135
Octal32520570046112203510165
Binary11010101100001011110000100110100101010000111011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58538; }

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

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

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

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

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

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

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

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