#832618

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

Shades of Falu Red #832618

Tints of Falu Red #832618

Color information

#832618 (or 0x832618) is unknown color: approx Falu Red. HEX triplet: 83, 26 and 18. RGB value is (131,38,24). Sum of RGB (Red+Green+Blue) = 131+38+24=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #832618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832618 is #7CD9E7. Grayscale: #404040. Windows color (decimal): -8182248 or 1582723. OLE color: 1582723.

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

Color convert

RGB1313824-
CMYK00.710.820.49
HSL7.85º69.03%30.39%-
HSV(B)7.85º81.68%51.37%-
XYZ10.226.281.54-
YUV64.21105.31175.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 67.88%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=67.88%
G=19.69%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131382400.710.820.497.8569.0330.39
Hex83261804752318451e
Octal20346300107122611010536
Binary10000011100110110000100011110100101100011000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832618; }

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

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

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

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

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

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

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

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