#863D2A

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

Shades of Fire #863D2A

Tints of Fire #863D2A

Color information

#863D2A (or 0x863D2A) is unknown color: approx Fire. HEX triplet: 86, 3D and 2A. RGB value is (134,61,42). Sum of RGB (Red+Green+Blue) = 134+61+42=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #863D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D2A is #79C2D5. Grayscale: #505050. Windows color (decimal): -7979734 or 2768262. OLE color: 2768262.

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

Color convert

RGB1346142-
CMYK00.540.690.47
HSL12.39º52.27%34.51%-
HSV(B)12.39º68.66%52.55%-
XYZ11.928.573.22-
YUV80.66106.18166.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 42 (16.80% from 255) = 17.72%
R=56.54%
G=25.74%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134614200.540.690.4712.3952.2734.51
Hex863D2A036452Fc3423
Octal206755206610557146443
Binary10000110111101101010011011010001011011111100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,61,42); }

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

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

 a { background-color: rgb(134,61,42); }

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

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

 span { border-color: rgb(134,61,42); }

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