Html Css Color HEX #832608 Falu Red

📋 copy color: '#832608'

red 131 ◦ green 38 ◦ blue 8

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

Shades of Falu Red #832608

Tints of Falu Red #832608

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

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

R = 74.01%
G = 21.47%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#832608 (or 0x832608) is known color: Falu Red. HEX triplet: 83, 26 and 08. RGB value is (131,38,8). Sum of RGB (Red+Green+Blue) = 131+38+8=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #832608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832608 is #7CD9F7. Grayscale: #3E3E3E. Windows color (decimal): -8182264 or 534147. OLE color: 534147.

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

Color convert

RGB 131 38 8 -
CMYK 0 0.71 0.94 0.49
HSL 14.63º 0.88% 0.27% -
HSV(B) 14.63º 0.94% 0.51% -
XYZ 10.1 6.23 0.9 -
YUV 62.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 131 38 8 0 0.71 0.94 0.49 14.63 0.88 0.27
Hex 83 26 8 0 47 5E 31 F 58 1B
Octal 203 46 10 0 107 136 61 17 130 33
Binary 10000011 100110 1000 0 1000111 1011110 110001 1111 1011000 11011

Color Harmonies of #832608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832608

Black with #832608

Text Example


Text Example

White with #832608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832608; }

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

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

background-color css

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

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

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

border-color css

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

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

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