#8A4427

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

Shades of Fire #8A4427

Tints of Fire #8A4427

Color information

#8A4427 (or 0x8A4427) is unknown color: approx Fire. HEX triplet: 8A, 44 and 27. RGB value is (138,68,39). Sum of RGB (Red+Green+Blue) = 138+68+39=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4427 is #75BBD8. Grayscale: #555555. Windows color (decimal): -7715801 or 2573450. OLE color: 2573450.

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

Color convert

RGB1386839-
CMYK00.510.720.46
HSL17.58º55.93%34.71%-
HSV(B)17.58º71.74%54.12%-
XYZ12.919.683.11-
YUV85.62101.69165.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.33%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 39 (15.62% from 255) = 15.92%
R=56.33%
G=27.76%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138683900.510.720.4617.5855.9334.71
Hex8A4427033482E123823
Octal2121044706311056227043
Binary1000101010001001001110110011100100010111010010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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