#863E24

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

Shades of Fire #863E24

Tints of Fire #863E24

Color information

#863E24 (or 0x863E24) is unknown color: approx Fire. HEX triplet: 86, 3E and 24. RGB value is (134,62,36). Sum of RGB (Red+Green+Blue) = 134+62+36=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #863E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E24 is #79C1DB. Grayscale: #505050. Windows color (decimal): -7979484 or 2375302. OLE color: 2375302.

HSL color Cylindrical-coordinate representation of color #863E24: hue angle of 15.92º 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 #863E24 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1346236-
CMYK00.540.730.47
HSL15.92º57.65%33.33%-
HSV(B)15.92º73.13%52.55%-
XYZ11.878.642.71-
YUV80.56102.85166.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 36 (14.45% from 255) = 15.52%
R=57.76%
G=26.72%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134623600.540.730.4715.9257.6533.33
Hex863E24036492F103a21
Octal206764406611157207241
Binary100001101111101001000110110100100110111110000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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