#D47F39

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

Shades of Bronze #D47F39

Tints of Bronze #D47F39

Color information

#D47F39 (or 0xD47F39) is unknown color: approx Bronze. HEX triplet: D4, 7F and 39. RGB value is (212,127,57). Sum of RGB (Red+Green+Blue) = 212+127+57=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47F39 is #2B80C6. Grayscale: #909090. Windows color (decimal): -2851015 or 3768276. OLE color: 3768276.

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

Color convert

RGB21212757-
CMYK00.400.730.17
HSL27.1º64.32%52.75%-
HSV(B)27.1º73.11%83.14%-
XYZ35.4829.477.69-
YUV144.4378.66176.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.54%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 57 (22.66% from 255) = 14.39%
R=53.54%
G=32.07%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121275700.400.730.1727.164.3252.75
HexD47F3902849111b4035
Octal32417771050111213310065
Binary1101010011111111110010101000100100110001110111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47F39; }

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

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

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

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

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

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

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

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