#863F2A

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

Shades of Fire #863F2A

Tints of Fire #863F2A

Color information

#863F2A (or 0x863F2A) is unknown color: approx Fire. HEX triplet: 86, 3F and 2A. RGB value is (134,63,42). Sum of RGB (Red+Green+Blue) = 134+63+42=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #863F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F2A is #79C0D5. Grayscale: #515151. Windows color (decimal): -7979222 or 2768774. OLE color: 2768774.

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

Color convert

RGB1346342-
CMYK00.530.690.47
HSL13.7º52.27%34.51%-
HSV(B)13.7º68.66%52.55%-
XYZ12.038.793.25-
YUV81.83105.52165.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.07%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=56.07%
G=26.36%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134634200.530.690.4713.752.2734.51
Hex863F2A035452Fe3423
Octal206775206510557166443
Binary10000110111111101010011010110001011011111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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