#86422A

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

Shades of Fire #86422A

Tints of Fire #86422A

Color information

#86422A (or 0x86422A) is unknown color: approx Fire. HEX triplet: 86, 42 and 2A. RGB value is (134,66,42). Sum of RGB (Red+Green+Blue) = 134+66+42=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #86422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86422A is #79BDD5. Grayscale: #535353. Windows color (decimal): -7978454 or 2769542. OLE color: 2769542.

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

Color convert

RGB1346642-
CMYK00.510.690.47
HSL15.65º52.27%34.51%-
HSV(B)15.65º68.66%52.55%-
XYZ12.29.133.31-
YUV83.6104.53163.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=55.37%
G=27.27%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134664200.510.690.4715.6552.2734.51
Hex86422A033452F103423
Octal2061025206310557206443
Binary1000011010000101010100110011100010110111110000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86422A; }

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

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

<style>
 a { background-color: #86422A; }

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

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

<style>
 span { border-color: #86422A; }

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

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