#863C24

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

Shades of Fire #863C24

Tints of Fire #863C24

Color information

#863C24 (or 0x863C24) is unknown color: approx Fire. HEX triplet: 86, 3C and 24. RGB value is (134,60,36). Sum of RGB (Red+Green+Blue) = 134+60+36=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #863C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C24 is #79C3DB. Grayscale: #4F4F4F. Windows color (decimal): -7979996 or 2374790. OLE color: 2374790.

HSL color Cylindrical-coordinate representation of color #863C24: hue angle of 14.69º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863C24 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1346036-
CMYK00.550.730.47
HSL14.69º57.65%33.33%-
HSV(B)14.69º73.13%52.55%-
XYZ11.778.432.68-
YUV79.39103.52166.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.26%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 36 (14.45% from 255) = 15.65%
R=58.26%
G=26.09%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134603600.550.730.4714.6957.6533.33
Hex863C24037492Ff3a21
Octal206744406711157177241
Binary10000110111100100100011011110010011011111111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,60,36); }

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

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

 a { background-color: rgb(134,60,36); }

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

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

 span { border-color: rgb(134,60,36); }

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