#84422D

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

Shades of Fire #84422D

Tints of Fire #84422D

Color information

#84422D (or 0x84422D) is unknown color: approx Fire. HEX triplet: 84, 42 and 2D. RGB value is (132,66,45). Sum of RGB (Red+Green+Blue) = 132+66+45=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84422D is #7BBDD2. Grayscale: #535353. Windows color (decimal): -8109523 or 2966148. OLE color: 2966148.

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

Color convert

RGB1326645-
CMYK00.50.660.48
HSL14.48º49.15%34.71%-
HSV(B)14.48º65.91%51.76%-
XYZ11.948.993.59-
YUV83.34106.37162.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.32%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=54.32%
G=27.16%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132664500.50.660.4814.4849.1534.71
Hex84422D0324230e3123
Octal2041025506210260166143
Binary100001001000010101101011001010000101100001110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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