#832616

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

Shades of Falu Red #832616

Tints of Falu Red #832616

Color information

#832616 (or 0x832616) is unknown color: approx Falu Red. HEX triplet: 83, 26 and 16. RGB value is (131,38,22). Sum of RGB (Red+Green+Blue) = 131+38+22=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #832616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832616 is #7CD9E9. Grayscale: #404040. Windows color (decimal): -8182250 or 1451651. OLE color: 1451651.

HSL color Cylindrical-coordinate representation of color #832616: hue angle of 8.81º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #832616 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1313822-
CMYK00.710.830.49
HSL8.81º71.24%30%-
HSV(B)8.81º83.21%51.37%-
XYZ10.26.271.43-
YUV63.98104.31175.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 68.59%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=68.59%
G=19.90%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131382200.710.830.498.8171.2430
Hex83261604753319471e
Octal20346260107123611110736
Binary10000011100110101100100011110100111100011001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832616; }

 p { color: rgb(131,38,22); }

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

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

 a { background-color: rgb(131,38,22); }

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

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

 span { border-color: rgb(131,38,22); }

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