Html Css Color HEX #832612 Falu Red

📋 copy color: '#832612'

red 131 ◦ green 38 ◦ blue 18

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

Shades of Falu Red #832612

Tints of Falu Red #832612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 70.05%
G = 20.32%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#832612 (or 0x832612) is known color: Falu Red. HEX triplet: 83, 26 and 12. RGB value is (131,38,18). Sum of RGB (Red+Green+Blue) = 131+38+18=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #832612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832612 is #7CD9ED. Grayscale: #3F3F3F. Windows color (decimal): -8182254 or 1189507. OLE color: 1189507.

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

Color convert

RGB 131 38 18 -
CMYK 0 0.71 0.86 0.49
HSL 10.62º 0.76% 0.29% -
HSV(B) 10.62º 0.86% 0.51% -
XYZ 10.16 6.26 1.24 -
YUV 63.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 131 38 18 0 0.71 0.86 0.49 10.62 0.76 0.29
Hex 83 26 12 0 47 56 31 B 4C 1D
Octal 203 46 22 0 107 126 61 13 114 35
Binary 10000011 100110 10010 0 1000111 1010110 110001 1011 1001100 11101

Color Harmonies of #832612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832612

Black with #832612

Text Example


Text Example

White with #832612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832612; }

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

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

background-color css

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

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

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

border-color css

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

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

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