#84412D

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

Shades of Fire #84412D

Tints of Fire #84412D

Color information

#84412D (or 0x84412D) is unknown color: approx Fire. HEX triplet: 84, 41 and 2D. RGB value is (132,65,45). Sum of RGB (Red+Green+Blue) = 132+65+45=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84412D is #7BBED2. Grayscale: #525252. Windows color (decimal): -8109779 or 2965892. OLE color: 2965892.

HSL color Cylindrical-coordinate representation of color #84412D: hue angle of 13.79º 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 #84412D is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1326545-
CMYK00.510.660.48
HSL13.79º49.15%34.71%-
HSV(B)13.79º65.91%51.76%-
XYZ11.888.883.57-
YUV82.75106.7163.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=54.55%
G=26.86%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132654500.510.660.4813.7949.1534.71
Hex84412D0334230e3123
Octal2041015506310260166143
Binary100001001000001101101011001110000101100001110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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