#873F2A

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

Shades of Fire #873F2A

Tints of Fire #873F2A

Color information

#873F2A (or 0x873F2A) is unknown color: approx Fire. HEX triplet: 87, 3F and 2A. RGB value is (135,63,42). Sum of RGB (Red+Green+Blue) = 135+63+42=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #873F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F2A is #78C0D5. Grayscale: #525252. Windows color (decimal): -7913686 or 2768775. OLE color: 2768775.

HSL color Cylindrical-coordinate representation of color #873F2A: hue angle of 13.55º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #873F2A is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1356342-
CMYK00.530.690.47
HSL13.55º52.54%34.71%-
HSV(B)13.55º68.89%52.94%-
XYZ12.198.873.26-
YUV82.13105.35165.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=56.25%
G=26.25%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135634200.530.690.4713.5552.5434.71
Hex873F2A035452Fe3523
Octal207775206510557166543
Binary10000111111111101010011010110001011011111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873F2A; }

 p { color: rgb(135,63,42); }

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

<style>
 a { background-color: #873F2A; }

 a { background-color: rgb(135,63,42); }

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

<style>
 span { border-color: #873F2A; }

 span { border-color: rgb(135,63,42); }

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