#8A3D29

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

Shades of Fire #8A3D29

Tints of Fire #8A3D29

Color information

#8A3D29 (or 0x8A3D29) is unknown color: approx Fire. HEX triplet: 8A, 3D and 29. RGB value is (138,61,41). Sum of RGB (Red+Green+Blue) = 138+61+41=240 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.5% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3D29 is #75C2D6. Grayscale: #515151. Windows color (decimal): -7717591 or 2702730. OLE color: 2702730.

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

Color convert

RGB1386141-
CMYK00.560.700.46
HSL12.37º54.19%35.1%-
HSV(B)12.37º70.29%54.12%-
XYZ12.558.93.15-
YUV81.74105.01168.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.5%
GREEN value IS 61 (24.22% from 255) = 25.42%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=57.5%
G=25.42%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138614100.560.700.4612.3754.1935.1
Hex8A3D29038462Ec3623
Octal212755107010656146643
Binary10001010111101101001011100010001101011101100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,61,41); }

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

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

 a { background-color: rgb(138,61,41); }

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

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

 span { border-color: rgb(138,61,41); }

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