#8A442B

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

Shades of Fire #8A442B

Tints of Fire #8A442B

Color information

#8A442B (or 0x8A442B) is unknown color: approx Fire. HEX triplet: 8A, 44 and 2B. RGB value is (138,68,43). Sum of RGB (Red+Green+Blue) = 138+68+43=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A442B is #75BBD4. Grayscale: #565656. Windows color (decimal): -7715797 or 2835594. OLE color: 2835594.

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

Color convert

RGB1386843-
CMYK00.510.690.46
HSL15.79º52.49%35.49%-
HSV(B)15.79º68.84%54.12%-
XYZ12.989.713.48-
YUV86.08103.69165.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.42%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 43 (17.19% from 255) = 17.27%
R=55.42%
G=27.31%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138684300.510.690.4615.7952.4935.49
Hex8A442B033452E103423
Octal2121045306310556206443
Binary1000101010001001010110110011100010110111010000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,68,43); }

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

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

 a { background-color: rgb(138,68,43); }

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

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

 span { border-color: rgb(138,68,43); }

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