#863E2C

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

Shades of Fire #863E2C

Tints of Fire #863E2C

Color information

#863E2C (or 0x863E2C) is unknown color: approx Fire. HEX triplet: 86, 3E and 2C. RGB value is (134,62,44). Sum of RGB (Red+Green+Blue) = 134+62+44=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #863E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E2C is #79C1D3. Grayscale: #515151. Windows color (decimal): -7979476 or 2899590. OLE color: 2899590.

HSL color Cylindrical-coordinate representation of color #863E2C: hue angle of 12º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863E2C is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1346244-
CMYK00.540.670.47
HSL12º50.56%34.9%-
HSV(B)12º67.16%52.55%-
XYZ12.018.73.43-
YUV81.48106.85165.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 44 (17.58% from 255) = 18.33%
R=55.83%
G=25.83%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134624400.540.670.471250.5634.9
Hex863E2C036432Fc3323
Octal206765406610357146343
Binary10000110111110101100011011010000111011111100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863E2C; }

 p { color: rgb(134,62,44); }

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

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

 a { background-color: rgb(134,62,44); }

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

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

 span { border-color: rgb(134,62,44); }

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