#8A412E

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

Shades of Fire #8A412E

Tints of Fire #8A412E

Color information

#8A412E (or 0x8A412E) is unknown color: approx Fire. HEX triplet: 8A, 41 and 2E. RGB value is (138,65,46). Sum of RGB (Red+Green+Blue) = 138+65+46=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A412E is #75BED1. Grayscale: #545454. Windows color (decimal): -7716562 or 3031434. OLE color: 3031434.

HSL color Cylindrical-coordinate representation of color #8A412E: hue angle of 12.39º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A412E is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1386546-
CMYK00.530.670.46
HSL12.39º50%36.08%-
HSV(B)12.39º66.67%54.12%-
XYZ12.869.383.72-
YUV84.66106.18166.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.42%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=55.42%
G=26.10%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138654600.530.670.4612.395036.08
Hex8A412E035432Ec3224
Octal2121015606510356146244
Binary100010101000001101110011010110000111011101100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A412E; }

 p { color: rgb(138,65,46); }

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

<style>
 a { background-color: #8A412E; }

 a { background-color: rgb(138,65,46); }

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

<style>
 span { border-color: #8A412E; }

 span { border-color: rgb(138,65,46); }

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