#863B27

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

Shades of Fire #863B27

Tints of Fire #863B27

Color information

#863B27 (or 0x863B27) is unknown color: approx Fire. HEX triplet: 86, 3B and 27. RGB value is (134,59,39). Sum of RGB (Red+Green+Blue) = 134+59+39=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #863B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B27 is #79C4D8. Grayscale: #4F4F4F. Windows color (decimal): -7980249 or 2571142. OLE color: 2571142.

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

Color convert

RGB1345939-
CMYK00.560.710.47
HSL12.63º54.91%33.92%-
HSV(B)12.63º70.9%52.55%-
XYZ11.768.342.91-
YUV79.14105.35167.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 59 (23.44% from 255) = 25.43%
BLUE value IS 39 (15.62% from 255) = 16.81%
R=57.76%
G=25.43%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134593900.560.710.4712.6354.9133.92
Hex863B27038472Fd3722
Octal206734707010757156742
Binary10000110111011100111011100010001111011111101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,59,39); }

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

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

 a { background-color: rgb(134,59,39); }

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

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

 span { border-color: rgb(134,59,39); }

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