#D59241

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

Shades of Fire Bush #D59241

Tints of Fire Bush #D59241

Color information

#D59241 (or 0xD59241) is unknown color: approx Fire Bush. HEX triplet: D5, 92 and 41. RGB value is (213,146,65). Sum of RGB (Red+Green+Blue) = 213+146+65=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D59241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59241 is #2A6DBE. Grayscale: #9D9D9D. Windows color (decimal): -2780607 or 4297429. OLE color: 4297429.

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

Color convert

RGB21314665-
CMYK00.310.690.16
HSL32.84º63.79%54.51%-
HSV(B)32.84º69.48%83.53%-
XYZ38.6735.099.73-
YUV156.876.2168.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 65 (25.78% from 255) = 15.33%
R=50.24%
G=34.43%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131466500.310.690.1632.8463.7954.51
HexD5924101F4510214037
Octal325222101037105204110067
Binary110101011001001010000010111111000101100001000011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59241; }

 p { color: rgb(213,146,65); }

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

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

 a { background-color: rgb(213,146,65); }

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

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

 span { border-color: rgb(213,146,65); }

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