#D17934

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

Shades of Bronze #D17934

Tints of Bronze #D17934

Color information

#D17934 (or 0xD17934) is unknown color: approx Bronze. HEX triplet: D1, 79 and 34. RGB value is (209,121,52). Sum of RGB (Red+Green+Blue) = 209+121+52=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D17934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17934 is #2E86CB. Grayscale: #8B8B8B. Windows color (decimal): -3049164 or 3439057. OLE color: 3439057.

HSL color Cylindrical-coordinate representation of color #D17934: hue angle of 26.37º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D17934 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB20912152-
CMYK00.420.750.18
HSL26.37º63.05%51.18%-
HSV(B)26.37º75.12%81.96%-
XYZ33.7527.486.77-
YUV139.4578.65177.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.71%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 52 (20.70% from 255) = 13.61%
R=54.71%
G=31.68%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091215200.420.750.1826.3763.0551.18
HexD1793402A4B121a3f33
Octal3211716405211322327763
Binary110100011111001110100010101010010111001011010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17934; }

 p { color: rgb(209,121,52); }

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

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

 a { background-color: rgb(209,121,52); }

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

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

 span { border-color: rgb(209,121,52); }

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