Html Css Color HEX #852516 Falu Red

📋 copy color: '#852516'

red 133 ◦ green 37 ◦ blue 22

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

Shades of Falu Red #852516

Tints of Falu Red #852516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

 BLUE value IS 22 (8.98% from 255) = 11.46%

R = 69.27%
G = 19.27%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#852516 (or 0x852516) is known color: Falu Red. HEX triplet: 85, 25 and 16. RGB value is (133,37,22). Sum of RGB (Red+Green+Blue) = 133+37+22=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #852516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852516 is #7ADAE9. Grayscale: #404040. Windows color (decimal): -8051434 or 1451397. OLE color: 1451397.

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

Color convert

RGB 133 37 22 -
CMYK 0 0.72 0.83 0.48
HSL 8.11º 0.72% 0.3% -
HSV(B) 8.11º 0.83% 0.52% -
XYZ 10.48 6.37 1.44 -
YUV 63.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 133 37 22 0 0.72 0.83 0.48 8.11 0.72 0.3
Hex 85 25 16 0 48 53 30 8 48 1E
Octal 205 45 26 0 110 123 60 10 110 36
Binary 10000101 100101 10110 0 1001000 1010011 110000 1000 1001000 11110

Color Harmonies of #852516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852516

Black with #852516

Text Example


Text Example

White with #852516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852516; }

 p { color: rgb(133,37,22); }

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

background-color css

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

 a { background-color: rgb(133,37,22); }

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

border-color css

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

 span { border-color: rgb(133,37,22); }

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