#872600

Color #872600 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #872600

Tints of Falu Red #872600

Color information

#872600 (or 0x872600) is unknown color: approx Falu Red. HEX triplet: 87, 26 and 00. RGB value is (135,38,0). Sum of RGB (Red+Green+Blue) = 135+38+0=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #872600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872600 is #78D9FF. Grayscale: #3E3E3E. Windows color (decimal): -7920128 or 9863. OLE color: 9863.

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

Color convert

RGB135380-
CMYK00.7210.47
HSL16.89º100%26.47%-
HSV(B)16.89º100%52.94%-
XYZ10.686.540.7-
YUV62.6792.64179.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 78.03%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.03%
G=21.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13538000.7210.4716.8910026.47
Hex87260048642F11641a
Octal2074600110144572114432
Binary10000111100110001001000110010010111110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872600; }

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

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

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

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

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

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

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

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