#D17835

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

Shades of Bronze #D17835

Tints of Bronze #D17835

Color information

#D17835 (or 0xD17835) is unknown color: approx Bronze. HEX triplet: D1, 78 and 35. RGB value is (209,120,53). Sum of RGB (Red+Green+Blue) = 209+120+53=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D17835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17835 is #2E87CA. Grayscale: #8B8B8B. Windows color (decimal): -3049419 or 3504337. OLE color: 3504337.

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

Color convert

RGB20912053-
CMYK00.430.750.18
HSL25.77º62.9%51.37%-
HSV(B)25.77º74.64%81.96%-
XYZ33.6527.256.85-
YUV138.9779.49177.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.71%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 53 (21.09% from 255) = 13.87%
R=54.71%
G=31.41%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091205300.430.750.1825.7762.951.37
HexD1783502B4B121a3f33
Octal3211706505311322327763
Binary110100011111000110101010101110010111001011010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17835; }

 p { color: rgb(209,120,53); }

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

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

 a { background-color: rgb(209,120,53); }

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

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

 span { border-color: rgb(209,120,53); }

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