#873F26

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

Shades of Fire #873F26

Tints of Fire #873F26

Color information

#873F26 (or 0x873F26) is unknown color: approx Fire. HEX triplet: 87, 3F and 26. RGB value is (135,63,38). Sum of RGB (Red+Green+Blue) = 135+63+38=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #873F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F26 is #78C0D9. Grayscale: #515151. Windows color (decimal): -7913690 or 2506631. OLE color: 2506631.

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

Color convert

RGB1356338-
CMYK00.530.720.47
HSL15.46º56.07%33.92%-
HSV(B)15.46º71.85%52.94%-
XYZ12.128.852.9-
YUV81.68103.35166.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 38 (15.23% from 255) = 16.10%
R=57.20%
G=26.69%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135633800.530.720.4715.4656.0733.92
Hex873F26035482Ff3822
Octal207774606511057177042
Binary10000111111111100110011010110010001011111111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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