#D59349

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

Shades of Fire Bush #D59349

Tints of Fire Bush #D59349

Color information

#D59349 (or 0xD59349) is unknown color: approx Fire Bush. HEX triplet: D5, 93 and 49. RGB value is (213,147,73). Sum of RGB (Red+Green+Blue) = 213+147+73=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D59349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59349 is #2A6CB6. Grayscale: #9E9E9E. Windows color (decimal): -2780343 or 4821973. OLE color: 4821973.

HSL color Cylindrical-coordinate representation of color #D59349: hue angle of 31.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D59349 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21314773-
CMYK00.310.660.16
HSL31.71º62.5%56.08%-
HSV(B)31.71º65.73%83.53%-
XYZ39.0835.4911.09-
YUV158.379.87167.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 73 (28.91% from 255) = 16.86%
R=49.19%
G=33.95%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131477300.310.660.1631.7162.556.08
HexD5934901F4210203e38
Octal32522311103710220407670
Binary11010101100100111001001011111100001010000100000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59349; }

 p { color: rgb(213,147,73); }

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

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

 a { background-color: rgb(213,147,73); }

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

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

 span { border-color: rgb(213,147,73); }

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