#8A4225

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

Shades of Fire #8A4225

Tints of Fire #8A4225

Color information

#8A4225 (or 0x8A4225) is unknown color: approx Fire. HEX triplet: 8A, 42 and 25. RGB value is (138,66,37). Sum of RGB (Red+Green+Blue) = 138+66+37=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4225 is #75BDDA. Grayscale: #545454. Windows color (decimal): -7716315 or 2441866. OLE color: 2441866.

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

Color convert

RGB1386637-
CMYK00.520.730.46
HSL17.23º57.71%34.31%-
HSV(B)17.23º73.19%54.12%-
XYZ12.769.432.9-
YUV84.22101.35166.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.26%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 37 (14.84% from 255) = 15.35%
R=57.26%
G=27.39%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138663700.520.730.4617.2357.7134.31
Hex8A4225034492E113a22
Octal2121024506411156217242
Binary1000101010000101001010110100100100110111010001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,66,37); }

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

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

 a { background-color: rgb(138,66,37); }

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

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

 span { border-color: rgb(138,66,37); }

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