#842406

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

Shades of Falu Red #842406

Tints of Falu Red #842406

Color information

#842406 (or 0x842406) is unknown color: approx Falu Red. HEX triplet: 84, 24 and 06. RGB value is (132,36,6). Sum of RGB (Red+Green+Blue) = 132+36+6=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #842406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842406 is #7BDBF9. Grayscale: #3D3D3D. Windows color (decimal): -8117242 or 402564. OLE color: 402564.

HSL color Cylindrical-coordinate representation of color #842406: hue angle of 14.29º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #842406 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132366-
CMYK00.730.950.48
HSL14.29º91.3%27.06%-
HSV(B)14.29º95.45%51.76%-
XYZ10.186.180.83-
YUV61.2896.8178.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.86%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=75.86%
G=20.69%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13236600.730.950.4814.2991.327.06
Hex842460495F30e5b1b
Octal2044460111137601613333
Binary100001001001001100100100110111111100001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842406; }

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

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

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

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

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

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

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

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