#832404

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

Shades of Falu Red #832404

Tints of Falu Red #832404

Color information

#832404 (or 0x832404) is unknown color: approx Falu Red. HEX triplet: 83, 24 and 04. RGB value is (131,36,4). Sum of RGB (Red+Green+Blue) = 131+36+4=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #832404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832404 is #7CDBFB. Grayscale: #3C3C3C. Windows color (decimal): -8182780 or 271491. OLE color: 271491.

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

Color convert

RGB131364-
CMYK00.730.970.49
HSL15.12º94.07%26.47%-
HSV(B)15.12º96.95%51.37%-
XYZ10.016.10.76-
YUV60.7695.97178.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 76.61%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=76.61%
G=21.05%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13136400.730.970.4915.1294.0726.47
Hex832440496131f5e1a
Octal2034440111141611713632
Binary100000111001001000100100111000011100011111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832404; }

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

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

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

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

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

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

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

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