#D47F34

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

Shades of Bronze #D47F34

Tints of Bronze #D47F34

Color information

#D47F34 (or 0xD47F34) is unknown color: approx Bronze. HEX triplet: D4, 7F and 34. RGB value is (212,127,52). Sum of RGB (Red+Green+Blue) = 212+127+52=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47F34 is #2B80CB. Grayscale: #909090. Windows color (decimal): -2851020 or 3440596. OLE color: 3440596.

HSL color Cylindrical-coordinate representation of color #D47F34: hue angle of 28.12º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D47F34 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB21212752-
CMYK00.400.750.17
HSL28.12º65.04%51.76%-
HSV(B)28.12º75.47%83.14%-
XYZ35.3629.427.06-
YUV143.8676.16176.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.22%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 52 (20.70% from 255) = 13.30%
R=54.22%
G=32.48%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121275200.400.750.1728.1265.0451.76
HexD47F340284B111c4134
Octal32417764050113213410164
Binary1101010011111111101000101000100101110001111001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47F34; }

 p { color: rgb(212,127,52); }

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

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

 a { background-color: rgb(212,127,52); }

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

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

 span { border-color: rgb(212,127,52); }

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