#D39949

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

Shades of Fire Bush #D39949

Tints of Fire Bush #D39949

Color information

#D39949 (or 0xD39949) is unknown color: approx Fire Bush. HEX triplet: D3, 99 and 49. RGB value is (211,153,73). Sum of RGB (Red+Green+Blue) = 211+153+73=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D39949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39949 is #2C66B6. Grayscale: #A1A1A1. Windows color (decimal): -2909879 or 4823507. OLE color: 4823507.

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

Color convert

RGB21115373-
CMYK00.270.650.17
HSL34.78º61.06%55.69%-
HSV(B)34.78º65.4%82.75%-
XYZ39.4637.1111.39-
YUV161.2278.22163.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.28%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 73 (28.91% from 255) = 16.70%
R=48.28%
G=35.01%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111537300.270.650.1734.7861.0655.69
HexD3994901B4111233d38
Octal32323111103310121437570
Binary11010011100110011001001011011100000110001100011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39949; }

 p { color: rgb(211,153,73); }

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

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

 a { background-color: rgb(211,153,73); }

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

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

 span { border-color: rgb(211,153,73); }

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