#832406

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

Shades of Falu Red #832406

Tints of Falu Red #832406

Color information

#832406 (or 0x832406) is unknown color: approx Falu Red. HEX triplet: 83, 24 and 06. RGB value is (131,36,6). Sum of RGB (Red+Green+Blue) = 131+36+6=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #832406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832406 is #7CDBF9. Grayscale: #3D3D3D. Windows color (decimal): -8182778 or 402563. OLE color: 402563.

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

Color convert

RGB131366-
CMYK00.730.950.49
HSL14.4º91.24%26.86%-
HSV(B)14.4º95.42%51.37%-
XYZ10.026.10.82-
YUV60.9896.97177.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 75.72%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 6 (2.73% from 255) = 3.47%
R=75.72%
G=20.81%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13136600.730.950.4914.491.2426.86
Hex832460495F31e5b1b
Octal2034460111137611613333
Binary100000111001001100100100110111111100011110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832406; }

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

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

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

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

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

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

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

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