Html Css Color HEX #832806 Falu Red

📋 copy color: '#832806'

red 131 ◦ green 40 ◦ blue 6

#832806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #832806

Tints of Falu Red #832806

RGB

 RED value IS 131 (51.56% from 255) = 74.01%

 GREEN value IS 40 (16.02% from 255) = 22.6%

 BLUE value IS 6 (2.73% from 255) = 3.39%

R = 74.01%
G = 22.6%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#832806 (or 0x832806) is known color: Falu Red. HEX triplet: 83, 28 and 06. RGB value is (131,40,6). Sum of RGB (Red+Green+Blue) = 131+40+6=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #832806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832806 is #7CD7F9. Grayscale: #3F3F3F. Windows color (decimal): -8181754 or 403587. OLE color: 403587.

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

Color convert

RGB 131 40 6 -
CMYK 0 0.69 0.95 0.49
HSL 16.32º 0.91% 0.27% -
HSV(B) 16.32º 0.95% 0.51% -
XYZ 10.15 6.36 0.86 -
YUV 63.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 131 40 6 0 0.69 0.95 0.49 16.32 0.91 0.27
Hex 83 28 6 0 45 5F 31 10 5B 1B
Octal 203 50 6 0 105 137 61 20 133 33
Binary 10000011 101000 110 0 1000101 1011111 110001 10000 1011011 11011

Color Harmonies of #832806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832806

Black with #832806

Text Example


Text Example

White with #832806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832806; }

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

 H1.HeaderClassName
 {
   color: #832806;
 }
 .AnyTagClassName
 {
   color: #832806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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