#843F2C

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

Shades of Fire #843F2C

Tints of Fire #843F2C

Color information

#843F2C (or 0x843F2C) is unknown color: approx Fire. HEX triplet: 84, 3F and 2C. RGB value is (132,63,44). Sum of RGB (Red+Green+Blue) = 132+63+44=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #843F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843F2C is #7BC0D3. Grayscale: #515151. Windows color (decimal): -8110292 or 2899844. OLE color: 2899844.

HSL color Cylindrical-coordinate representation of color #843F2C: hue angle of 12.95º 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 #843F2C is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1326344-
CMYK00.520.670.48
HSL12.95º50%34.51%-
HSV(B)12.95º66.67%51.76%-
XYZ11.758.643.43-
YUV81.46106.86164.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.23%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=55.23%
G=26.36%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132634400.520.670.4812.955034.51
Hex843F2C0344330d3223
Octal204775406410360156243
Binary10000100111111101100011010010000111100001101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843F2C; }

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

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

<style>
 a { background-color: #843F2C; }

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

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

<style>
 span { border-color: #843F2C; }

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

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