Html Css Color HEX #832808 Falu Red

📋 copy color: '#832808'

red 131 ◦ green 40 ◦ blue 8

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

Shades of Falu Red #832808

Tints of Falu Red #832808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.47%

R = 73.18%
G = 22.35%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#832808 (or 0x832808) is known color: Falu Red. HEX triplet: 83, 28 and 08. RGB value is (131,40,8). Sum of RGB (Red+Green+Blue) = 131+40+8=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #832808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832808 is #7CD7F7. Grayscale: #3F3F3F. Windows color (decimal): -8181752 or 534659. OLE color: 534659.

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

Color convert

RGB 131 40 8 -
CMYK 0 0.69 0.94 0.49
HSL 15.61º 0.88% 0.27% -
HSV(B) 15.61º 0.94% 0.51% -
XYZ 10.16 6.36 0.92 -
YUV 63.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 131 40 8 0 0.69 0.94 0.49 15.61 0.88 0.27
Hex 83 28 8 0 45 5E 31 10 58 1B
Octal 203 50 10 0 105 136 61 20 130 33
Binary 10000011 101000 1000 0 1000101 1011110 110001 10000 1011000 11011

Color Harmonies of #832808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832808

Black with #832808

Text Example


Text Example

White with #832808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832808; }

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

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

background-color css

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

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

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

border-color css

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

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

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