#8B2406

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

Shades of Falu Red #8B2406

Tints of Falu Red #8B2406

Color information

#8B2406 (or 0x8B2406) is unknown color: approx Falu Red. HEX triplet: 8B, 24 and 06. RGB value is (139,36,6). Sum of RGB (Red+Green+Blue) = 139+36+6=181 (23% of max value = 765). Red value is 139 (54.69% from 255 or 76.80% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2406 is #74DBF9. Grayscale: #3F3F3F. Windows color (decimal): -7658490 or 402571. OLE color: 402571.

HSL color Cylindrical-coordinate representation of color #8B2406: hue angle of 13.53º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B2406 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB139366-
CMYK00.740.960.45
HSL13.53º91.72%28.43%-
HSV(B)13.53º95.68%54.51%-
XYZ11.316.760.88-
YUV63.3895.62181.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 76.80%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 6 (2.73% from 255) = 3.31%
R=76.80%
G=19.89%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13936600.740.960.4513.5391.7228.43
Hex8B24604A602De5c1c
Octal2134460112140551613434
Binary100010111001001100100101011000001011011110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,36,6); }

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

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

 a { background-color: rgb(139,36,6); }

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

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

 span { border-color: rgb(139,36,6); }

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