#84422A

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

Shades of Fire #84422A

Tints of Fire #84422A

Color information

#84422A (or 0x84422A) is unknown color: approx Fire. HEX triplet: 84, 42 and 2A. RGB value is (132,66,42). Sum of RGB (Red+Green+Blue) = 132+66+42=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #84422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84422A is #7BBDD5. Grayscale: #535353. Windows color (decimal): -8109526 or 2769540. OLE color: 2769540.

HSL color Cylindrical-coordinate representation of color #84422A: hue angle of 16º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84422A is Cyan = 0, Magento = 0.5, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1326642-
CMYK00.50.680.48
HSL16º51.72%34.12%-
HSV(B)16º68.18%51.76%-
XYZ11.888.973.3-
YUV83104.87162.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=55%
G=27.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132664200.50.680.481651.7234.12
Hex84422A0324430103422
Octal2041025206210460206442
Binary1000010010000101010100110010100010011000010000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84422A; }

 p { color: rgb(132,66,42); }

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

<style>
 a { background-color: #84422A; }

 a { background-color: rgb(132,66,42); }

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

<style>
 span { border-color: #84422A; }

 span { border-color: rgb(132,66,42); }

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