#863C22

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

Shades of Fire #863C22

Tints of Fire #863C22

Color information

#863C22 (or 0x863C22) is unknown color: approx Fire. HEX triplet: 86, 3C and 22. RGB value is (134,60,34). Sum of RGB (Red+Green+Blue) = 134+60+34=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #863C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C22 is #79C3DD. Grayscale: #4F4F4F. Windows color (decimal): -7979998 or 2243718. OLE color: 2243718.

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

Color convert

RGB1346034-
CMYK00.550.750.47
HSL15.6º59.52%32.94%-
HSV(B)15.6º74.63%52.55%-
XYZ11.748.422.52-
YUV79.16102.52167.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 60 (23.83% from 255) = 26.32%
BLUE value IS 34 (13.67% from 255) = 14.91%
R=58.77%
G=26.32%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134603400.550.750.4715.659.5232.94
Hex863C220374B2F103c21
Octal206744206711357207441
Binary100001101111001000100110111100101110111110000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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