Html Css Color HEX #852616 Falu Red

📋 copy color: '#852616'

red 133 ◦ green 38 ◦ blue 22

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

Shades of Falu Red #852616

Tints of Falu Red #852616

RGB

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

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

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

R = 68.91%
G = 19.69%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#852616 (or 0x852616) is known color: Falu Red. HEX triplet: 85, 26 and 16. RGB value is (133,38,22). Sum of RGB (Red+Green+Blue) = 133+38+22=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #852616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852616 is #7AD9E9. Grayscale: #404040. Windows color (decimal): -8051178 or 1451653. OLE color: 1451653.

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

Color convert

RGB 133 38 22 -
CMYK 0 0.71 0.83 0.48
HSL 8.65º 0.72% 0.3% -
HSV(B) 8.65º 0.83% 0.52% -
XYZ 10.51 6.43 1.45 -
YUV 64.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 133 38 22 0 0.71 0.83 0.48 8.65 0.72 0.3
Hex 85 26 16 0 47 53 30 9 48 1E
Octal 205 46 26 0 107 123 60 11 110 36
Binary 10000101 100110 10110 0 1000111 1010011 110000 1001 1001000 11110

Color Harmonies of #852616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852616

Black with #852616

Text Example


Text Example

White with #852616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852616; }

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

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

background-color css

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

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

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

border-color css

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

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

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