#832600

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

Shades of Falu Red #832600

Tints of Falu Red #832600

Color information

#832600 (or 0x832600) is unknown color: approx Falu Red. HEX triplet: 83, 26 and 00. RGB value is (131,38,0). Sum of RGB (Red+Green+Blue) = 131+38+0=169 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.51% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 131 - color contains mainly: red. Hex color #832600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832600 is #7CD9FF. Grayscale: #3D3D3D. Windows color (decimal): -8182272 or 9859. OLE color: 9859.

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

Color convert

RGB131380-
CMYK00.7110.49
HSL17.4º100%25.69%-
HSV(B)17.4º100%51.37%-
XYZ10.056.210.67-
YUV61.4793.31177.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 77.51%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.51%
G=22.49%
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
Decimal13138000.7110.4917.410025.69
Hex83260047643111641a
Octal2034600107144612114432
Binary10000011100110001000111110010011000110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832600; }

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

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

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

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

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

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

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

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