#832407

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

Shades of Falu Red #832407

Tints of Falu Red #832407

Color information

#832407 (or 0x832407) is unknown color: approx Falu Red. HEX triplet: 83, 24 and 07. RGB value is (131,36,7). Sum of RGB (Red+Green+Blue) = 131+36+7=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #832407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832407 is #7CDBF8. Grayscale: #3D3D3D. Windows color (decimal): -8182777 or 468099. OLE color: 468099.

HSL color Cylindrical-coordinate representation of color #832407: hue angle of 14.03º degrees, saturation: 0.9, 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 #832407 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB131367-
CMYK00.730.950.49
HSL14.03º89.86%27.06%-
HSV(B)14.03º94.66%51.37%-
XYZ10.036.10.85-
YUV61.197.47177.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 75.29%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 7 (3.12% from 255) = 4.02%
R=75.29%
G=20.69%
B=4.02%

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
Decimal13136700.730.950.4914.0389.8627.06
Hex832470495F31e5a1b
Octal2034470111137611613233
Binary100000111001001110100100110111111100011110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832407; }

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

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

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

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

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

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

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

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