#822600

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

Shades of Falu Red #822600

Tints of Falu Red #822600

Color information

#822600 (or 0x822600) is unknown color: approx Falu Red. HEX triplet: 82, 26 and 00. RGB value is (130,38,0). Sum of RGB (Red+Green+Blue) = 130+38+0=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #822600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822600 is #7DD9FF. Grayscale: #3D3D3D. Windows color (decimal): -8247808 or 9858. OLE color: 9858.

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

Color convert

RGB130380-
CMYK00.7110.49
HSL17.54º100%25.49%-
HSV(B)17.54º100%50.98%-
XYZ9.96.130.66-
YUV61.1893.48177.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 77.38%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.38%
G=22.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13038000.7110.4917.5410025.49
Hex822600476431126419
Octal2024600107144612214431
Binary10000010100110001000111110010011000110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822600; }

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

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

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

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

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

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

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

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