#D49546

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

Shades of Fire Bush #D49546

Tints of Fire Bush #D49546

Color information

#D49546 (or 0xD49546) is unknown color: approx Fire Bush. HEX triplet: D4, 95 and 46. RGB value is (212,149,70). Sum of RGB (Red+Green+Blue) = 212+149+70=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D49546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49546 is #2B6AB9. Grayscale: #9F9F9F. Windows color (decimal): -2845370 or 4625876. OLE color: 4625876.

HSL color Cylindrical-coordinate representation of color #D49546: hue angle of 33.38º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D49546 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21214970-
CMYK00.300.670.17
HSL33.38º62.28%55.29%-
HSV(B)33.38º66.98%83.14%-
XYZ3935.9310.67-
YUV158.8377.87165.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.19%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 70 (27.73% from 255) = 16.24%
R=49.19%
G=34.57%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121497000.300.670.1733.3862.2855.29
HexD4954601E4311213e37
Octal32422510603610321417667
Binary11010100100101011000110011110100001110001100001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49546; }

 p { color: rgb(212,149,70); }

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

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

 a { background-color: rgb(212,149,70); }

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

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

 span { border-color: rgb(212,149,70); }

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