#873D2A

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

Shades of Fire #873D2A

Tints of Fire #873D2A

Color information

#873D2A (or 0x873D2A) is unknown color: approx Fire. HEX triplet: 87, 3D and 2A. RGB value is (135,61,42). Sum of RGB (Red+Green+Blue) = 135+61+42=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #873D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D2A is #78C2D5. Grayscale: #515151. Windows color (decimal): -7914198 or 2768263. OLE color: 2768263.

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

Color convert

RGB1356142-
CMYK00.550.690.47
HSL12.26º52.54%34.71%-
HSV(B)12.26º68.89%52.94%-
XYZ12.088.663.22-
YUV80.96106.02166.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 61 (24.22% from 255) = 25.63%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=56.72%
G=25.63%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135614200.550.690.4712.2652.5434.71
Hex873D2A037452Fc3523
Octal207755206710557146543
Binary10000111111101101010011011110001011011111100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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