#D17B34

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

Shades of Bronze #D17B34

Tints of Bronze #D17B34

Color information

#D17B34 (or 0xD17B34) is unknown color: approx Bronze. HEX triplet: D1, 7B and 34. RGB value is (209,123,52). Sum of RGB (Red+Green+Blue) = 209+123+52=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D17B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17B34 is #2E84CB. Grayscale: #8C8C8C. Windows color (decimal): -3048652 or 3439569. OLE color: 3439569.

HSL color Cylindrical-coordinate representation of color #D17B34: hue angle of 27.13º 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 #D17B34 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB20912352-
CMYK00.410.750.18
HSL27.13º63.05%51.18%-
HSV(B)27.13º75.12%81.96%-
XYZ3427.976.86-
YUV140.6277.99176.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.43%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 52 (20.70% from 255) = 13.54%
R=54.43%
G=32.03%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091235200.410.750.1827.1363.0551.18
HexD17B340294B121b3f33
Octal3211736405111322337763
Binary110100011111011110100010100110010111001011011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17B34; }

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

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

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

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

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

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

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

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