#87462A

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

Shades of Fire #87462A

Tints of Fire #87462A

Color information

#87462A (or 0x87462A) is unknown color: approx Fire. HEX triplet: 87, 46 and 2A. RGB value is (135,70,42). Sum of RGB (Red+Green+Blue) = 135+70+42=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87462A is #78B9D5. Grayscale: #565656. Windows color (decimal): -7911894 or 2770567. OLE color: 2770567.

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

Color convert

RGB1357042-
CMYK00.480.690.47
HSL18.06º52.54%34.71%-
HSV(B)18.06º68.89%52.94%-
XYZ12.69.73.4-
YUV86.24103.03162.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=54.66%
G=28.34%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135704200.480.690.4718.0652.5434.71
Hex87462A030452F123523
Octal2071065206010557226543
Binary1000011110001101010100110000100010110111110010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87462A; }

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

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

<style>
 a { background-color: #87462A; }

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

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

<style>
 span { border-color: #87462A; }

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

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