#873B26

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

Shades of Fire #873B26

Tints of Fire #873B26

Color information

#873B26 (or 0x873B26) is unknown color: approx Fire. HEX triplet: 87, 3B and 26. RGB value is (135,59,38). Sum of RGB (Red+Green+Blue) = 135+59+38=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #873B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873B26 is #78C4D9. Grayscale: #4F4F4F. Windows color (decimal): -7914714 or 2505607. OLE color: 2505607.

HSL color Cylindrical-coordinate representation of color #873B26: hue angle of 12.99º 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 #873B26 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1355938-
CMYK00.560.720.47
HSL12.99º56.07%33.92%-
HSV(B)12.99º71.85%52.94%-
XYZ11.918.422.83-
YUV79.33104.68167.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.19%
GREEN value IS 59 (23.44% from 255) = 25.43%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=58.19%
G=25.43%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135593800.560.720.4712.9956.0733.92
Hex873B26038482Fd3822
Octal207734607011057157042
Binary10000111111011100110011100010010001011111101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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