#D17D39

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

Shades of Bronze #D17D39

Tints of Bronze #D17D39

Color information

#D17D39 (or 0xD17D39) is unknown color: approx Bronze. HEX triplet: D1, 7D and 39. RGB value is (209,125,57). Sum of RGB (Red+Green+Blue) = 209+125+57=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D39 is #2E82C6. Grayscale: #8E8E8E. Windows color (decimal): -3048135 or 3767761. OLE color: 3767761.

HSL color Cylindrical-coordinate representation of color #D17D39: hue angle of 26.84º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D17D39 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20912557-
CMYK00.400.730.18
HSL26.84º62.3%52.16%-
HSV(B)26.84º72.73%81.96%-
XYZ34.3728.527.56-
YUV142.3679.83175.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.45%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 57 (22.66% from 255) = 14.58%
R=53.45%
G=31.97%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091255700.400.730.1826.8462.352.16
HexD17D3902849121b3e34
Octal3211757105011122337664
Binary110100011111101111001010100010010011001011011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17D39; }

 p { color: rgb(209,125,57); }

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

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

 a { background-color: rgb(209,125,57); }

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

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

 span { border-color: rgb(209,125,57); }

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