#832306

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

Shades of Falu Red #832306

Tints of Falu Red #832306

Color information

#832306 (or 0x832306) is unknown color: approx Falu Red. HEX triplet: 83, 23 and 06. RGB value is (131,35,6). Sum of RGB (Red+Green+Blue) = 131+35+6=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #832306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832306 is #7CDCF9. Grayscale: #3C3C3C. Windows color (decimal): -8183034 or 402307. OLE color: 402307.

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

Color convert

RGB131356-
CMYK00.730.950.49
HSL13.92º91.24%26.86%-
HSV(B)13.92º95.42%51.37%-
XYZ9.996.040.81-
YUV60.497.3178.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 76.16%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 6 (2.73% from 255) = 3.49%
R=76.16%
G=20.35%
B=3.49%

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
Decimal13135600.730.950.4913.9291.2426.86
Hex832360495F31e5b1b
Octal2034360111137611613333
Binary100000111000111100100100110111111100011110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832306; }

 p { color: rgb(131,35,6); }

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

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

 a { background-color: rgb(131,35,6); }

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

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

 span { border-color: rgb(131,35,6); }

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