#844024

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

Shades of Fire #844024

Tints of Fire #844024

Color information

#844024 (or 0x844024) is unknown color: approx Fire. HEX triplet: 84, 40 and 24. RGB value is (132,64,36). Sum of RGB (Red+Green+Blue) = 132+64+36=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #844024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844024 is #7BBFDB. Grayscale: #515151. Windows color (decimal): -8110044 or 2375812. OLE color: 2375812.

HSL color Cylindrical-coordinate representation of color #844024: hue angle of 17.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #844024 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1326436-
CMYK00.520.730.48
HSL17.5º57.14%32.94%-
HSV(B)17.5º72.73%51.76%-
XYZ11.678.72.73-
YUV81.14102.53164.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 36 (14.45% from 255) = 15.52%
R=56.90%
G=27.59%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132643600.520.730.4817.557.1432.94
Hex8440240344930123921
Octal2041004406411160227141
Binary1000010010000001001000110100100100111000010010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844024; }

 p { color: rgb(132,64,36); }

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

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

 a { background-color: rgb(132,64,36); }

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

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

 span { border-color: rgb(132,64,36); }

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