#864429

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

Shades of Fire #864429

Tints of Fire #864429

Color information

#864429 (or 0x864429) is unknown color: approx Fire. HEX triplet: 86, 44 and 29. RGB value is (134,68,41). Sum of RGB (Red+Green+Blue) = 134+68+41=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #864429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864429 is #79BBD6. Grayscale: #545454. Windows color (decimal): -7977943 or 2704518. OLE color: 2704518.

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

Color convert

RGB1346841-
CMYK00.490.690.47
HSL17.42º53.14%34.31%-
HSV(B)17.42º69.4%52.55%-
XYZ12.39.363.26-
YUV84.66103.37163.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 41 (16.41% from 255) = 16.87%
R=55.14%
G=27.98%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134684100.490.690.4717.4253.1434.31
Hex864429031452F113522
Octal2061045106110557216542
Binary1000011010001001010010110001100010110111110001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864429; }

 p { color: rgb(134,68,41); }

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

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

 a { background-color: rgb(134,68,41); }

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

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

 span { border-color: rgb(134,68,41); }

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