#832605

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

Shades of Falu Red #832605

Tints of Falu Red #832605

Color information

#832605 (or 0x832605) is unknown color: approx Falu Red. HEX triplet: 83, 26 and 05. RGB value is (131,38,5). Sum of RGB (Red+Green+Blue) = 131+38+5=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #832605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832605 is #7CD9FA. Grayscale: #3E3E3E. Windows color (decimal): -8182267 or 337539. OLE color: 337539.

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

Color convert

RGB131385-
CMYK00.710.960.49
HSL15.71º92.65%26.67%-
HSV(B)15.71º96.18%51.37%-
XYZ10.086.220.81-
YUV62.0495.81177.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 75.29%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=75.29%
G=21.84%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13138500.710.960.4915.7192.6526.67
Hex832650476031105d1b
Octal2034650107140612013533
Binary1000001110011010101000111110000011000110000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832605; }

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

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

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

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

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

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

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

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