#8C2600

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

Shades of Falu Red #8C2600

Tints of Falu Red #8C2600

Color information

#8C2600 (or 0x8C2600) is unknown color: approx Falu Red. HEX triplet: 8C, 26 and 00. RGB value is (140,38,0). Sum of RGB (Red+Green+Blue) = 140+38+0=178 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.65% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2600 is #73D9FF. Grayscale: #404040. Windows color (decimal): -7592448 or 9868. OLE color: 9868.

HSL color Cylindrical-coordinate representation of color #8C2600: hue angle of 16.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C2600 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB140380-
CMYK00.7310.45
HSL16.29º100%27.45%-
HSV(B)16.29º100%54.9%-
XYZ11.516.960.74-
YUV64.1791.79182.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 78.65%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.65%
G=21.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14038000.7310.4516.2910027.45
Hex8C260049642D10641b
Octal2144600111144552014433
Binary10001100100110001001001110010010110110000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C2600; }

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

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

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

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

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

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

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

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