#854329

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

Shades of Fire #854329

Tints of Fire #854329

Color information

#854329 (or 0x854329) is unknown color: approx Fire. HEX triplet: 85, 43 and 29. RGB value is (133,67,41). Sum of RGB (Red+Green+Blue) = 133+67+41=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #854329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854329 is #7ABCD6. Grayscale: #535353. Windows color (decimal): -8043735 or 2704261. OLE color: 2704261.

HSL color Cylindrical-coordinate representation of color #854329: hue angle of 16.96º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #854329 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB1336741-
CMYK00.500.690.48
HSL16.96º52.87%34.12%-
HSV(B)16.96º69.17%52.16%-
XYZ12.089.163.23-
YUV83.77103.87163.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 41 (16.41% from 255) = 17.01%
R=55.19%
G=27.80%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133674100.500.690.4816.9652.8734.12
Hex8543290324530113522
Octal2051035106210560216542
Binary1000010110000111010010110010100010111000010001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854329; }

 p { color: rgb(133,67,41); }

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

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

 a { background-color: rgb(133,67,41); }

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

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

 span { border-color: rgb(133,67,41); }

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