#84422C

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

Shades of Fire #84422C

Tints of Fire #84422C

Color information

#84422C (or 0x84422C) is unknown color: approx Fire. HEX triplet: 84, 42 and 2C. RGB value is (132,66,44). Sum of RGB (Red+Green+Blue) = 132+66+44=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84422C is #7BBDD3. Grayscale: #535353. Windows color (decimal): -8109524 or 2900612. OLE color: 2900612.

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

Color convert

RGB1326644-
CMYK00.50.670.48
HSL15º50%34.51%-
HSV(B)15º66.67%51.76%-
XYZ11.928.983.49-
YUV83.23105.87162.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 44 (17.58% from 255) = 18.18%
R=54.55%
G=27.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132664400.50.670.48155034.51
Hex84422C0324330f3223
Octal2041025406210360176243
Binary100001001000010101100011001010000111100001111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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