#832707

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

Shades of Falu Red #832707

Tints of Falu Red #832707

Color information

#832707 (or 0x832707) is unknown color: approx Falu Red. HEX triplet: 83, 27 and 07. RGB value is (131,39,7). Sum of RGB (Red+Green+Blue) = 131+39+7=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #832707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832707 is #7CD8F8. Grayscale: #3F3F3F. Windows color (decimal): -8182009 or 468867. OLE color: 468867.

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

Color convert

RGB131397-
CMYK00.700.950.49
HSL15.48º89.86%27.06%-
HSV(B)15.48º94.66%51.37%-
XYZ10.126.290.88-
YUV62.8696.48176.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 74.01%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=74.01%
G=22.03%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13139700.700.950.4915.4889.8627.06
Hex832770465F31f5a1b
Octal2034770106137611713233
Binary100000111001111110100011010111111100011111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832707; }

 p { color: rgb(131,39,7); }

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

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

 a { background-color: rgb(131,39,7); }

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

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

 span { border-color: rgb(131,39,7); }

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