Html Css Color HEX #852705 Falu Red

📋 copy color: '#852705'

red 133 ◦ green 39 ◦ blue 5

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

Shades of Falu Red #852705

Tints of Falu Red #852705

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.03%

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 75.14%
G = 22.03%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#852705 (or 0x852705) is known color: Falu Red. HEX triplet: 85, 27 and 05. RGB value is (133,39,5). Sum of RGB (Red+Green+Blue) = 133+39+5=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #852705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852705 is #7AD8FA. Grayscale: #3F3F3F. Windows color (decimal): -8050939 or 337797. OLE color: 337797.

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

Color convert

RGB 133 39 5 -
CMYK 0 0.71 0.96 0.48
HSL 15.94º 0.93% 0.27% -
HSV(B) 15.94º 0.96% 0.52% -
XYZ 10.43 6.45 0.84 -
YUV 63.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 133 39 5 0 0.71 0.96 0.48 15.94 0.93 0.27
Hex 85 27 5 0 47 60 30 10 5D 1B
Octal 205 47 5 0 107 140 60 20 135 33
Binary 10000101 100111 101 0 1000111 1100000 110000 10000 1011101 11011

Color Harmonies of #852705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852705

Black with #852705

Text Example


Text Example

White with #852705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852705; }

 p { color: rgb(133,39,5); }

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

background-color css

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

 a { background-color: rgb(133,39,5); }

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

border-color css

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

 span { border-color: rgb(133,39,5); }

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