#D58C4B

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

Shades of Peru #D58C4B

Tints of Peru #D58C4B

Color information

#D58C4B (or 0xD58C4B) is unknown color: approx Peru. HEX triplet: D5, 8C and 4B. RGB value is (213,140,75). Sum of RGB (Red+Green+Blue) = 213+140+75=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C4B is #2A73B4. Grayscale: #9A9A9A. Windows color (decimal): -2782133 or 4951253. OLE color: 4951253.

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

Color convert

RGB21314075-
CMYK00.340.650.16
HSL28.26º62.16%56.47%-
HSV(B)28.26º64.79%83.53%-
XYZ38.0933.4111.1-
YUV154.4283.18169.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.77%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 75 (29.69% from 255) = 17.52%
R=49.77%
G=32.71%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131407500.340.650.1628.2662.1656.47
HexD58C4B02241101c3e38
Octal32521411304210120347670
Binary11010101100011001001011010001010000011000011100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58C4B; }

 p { color: rgb(213,140,75); }

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

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

 a { background-color: rgb(213,140,75); }

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

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

 span { border-color: rgb(213,140,75); }

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