Html Css Color HEX #852614 Falu Red

📋 copy color: '#852614'

red 133 ◦ green 38 ◦ blue 20

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

Shades of Falu Red #852614

Tints of Falu Red #852614

RGB

 RED value IS 133 (52.34% from 255) = 69.63%

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

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 69.63%
G = 19.9%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#852614 (or 0x852614) is known color: Falu Red. HEX triplet: 85, 26 and 14. RGB value is (133,38,20). Sum of RGB (Red+Green+Blue) = 133+38+20=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #852614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852614 is #7AD9EB. Grayscale: #404040. Windows color (decimal): -8051180 or 1320581. OLE color: 1320581.

HSL color Cylindrical-coordinate representation of color #852614: hue angle of 9.56º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #852614 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 20 -
CMYK 0 0.71 0.85 0.48
HSL 9.56º 0.74% 0.3% -
HSV(B) 9.56º 0.85% 0.52% -
XYZ 10.49 6.42 1.35 -
YUV 64.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 133 38 20 0 0.71 0.85 0.48 9.56 0.74 0.3
Hex 85 26 14 0 47 55 30 A 4A 1E
Octal 205 46 24 0 107 125 60 12 112 36
Binary 10000101 100110 10100 0 1000111 1010101 110000 1010 1001010 11110

Color Harmonies of #852614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852614

Black with #852614

Text Example


Text Example

White with #852614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852614; }

 p { color: rgb(133,38,20); }

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

background-color css

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

 a { background-color: rgb(133,38,20); }

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

border-color css

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

 span { border-color: rgb(133,38,20); }

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