#873E2A

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

Shades of Fire #873E2A

Tints of Fire #873E2A

Color information

#873E2A (or 0x873E2A) is unknown color: approx Fire. HEX triplet: 87, 3E and 2A. RGB value is (135,62,42). Sum of RGB (Red+Green+Blue) = 135+62+42=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #873E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873E2A is #78C1D5. Grayscale: #515151. Windows color (decimal): -7913942 or 2768519. OLE color: 2768519.

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

Color convert

RGB1356242-
CMYK00.540.690.47
HSL12.9º52.54%34.71%-
HSV(B)12.9º68.89%52.94%-
XYZ12.138.763.24-
YUV81.55105.68166.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 62 (24.61% from 255) = 25.94%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=56.49%
G=25.94%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135624200.540.690.4712.952.5434.71
Hex873E2A036452Fd3523
Octal207765206610557156543
Binary10000111111110101010011011010001011011111101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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