#842600

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

Shades of Falu Red #842600

Tints of Falu Red #842600

Color information

#842600 (or 0x842600) is unknown color: approx Falu Red. HEX triplet: 84, 26 and 00. RGB value is (132,38,0). Sum of RGB (Red+Green+Blue) = 132+38+0=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #842600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842600 is #7BD9FF. Grayscale: #3E3E3E. Windows color (decimal): -8116736 or 9860. OLE color: 9860.

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

Color convert

RGB132380-
CMYK00.7110.48
HSL17.27º100%25.88%-
HSV(B)17.27º100%51.76%-
XYZ10.216.290.68-
YUV61.7793.14178.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.65%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.65%
G=22.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13238000.7110.4817.2710025.88
Hex84260047643011641a
Octal2044600107144602114432
Binary10000100100110001000111110010011000010001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842600; }

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

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

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

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

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

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

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

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