#873F2B

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

Shades of Fire #873F2B

Tints of Fire #873F2B

Color information

#873F2B (or 0x873F2B) is unknown color: approx Fire. HEX triplet: 87, 3F and 2B. RGB value is (135,63,43). Sum of RGB (Red+Green+Blue) = 135+63+43=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #873F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F2B is #78C0D4. Grayscale: #525252. Windows color (decimal): -7913685 or 2834311. OLE color: 2834311.

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

Color convert

RGB1356343-
CMYK00.530.680.47
HSL13.04º51.69%34.9%-
HSV(B)13.04º68.15%52.94%-
XYZ12.218.883.36-
YUV82.25105.85165.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=56.02%
G=26.14%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135634300.530.680.4713.0451.6934.9
Hex873F2B035442Fd3423
Octal207775306510457156443
Binary10000111111111101011011010110001001011111101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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