Html Css Color HEX #852805 Falu Red

📋 copy color: '#852805'

red 133 ◦ green 40 ◦ blue 5

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

Shades of Falu Red #852805

Tints of Falu Red #852805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

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

R = 74.72%
G = 22.47%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#852805 (or 0x852805) is known color: Falu Red. HEX triplet: 85, 28 and 05. RGB value is (133,40,5). Sum of RGB (Red+Green+Blue) = 133+40+5=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #852805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852805 is #7AD7FA. Grayscale: #404040. Windows color (decimal): -8050683 or 338053. OLE color: 338053.

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

Color convert

RGB 133 40 5 -
CMYK 0 0.70 0.96 0.48
HSL 16.41º 0.93% 0.27% -
HSV(B) 16.41º 0.96% 0.52% -
XYZ 10.46 6.52 0.85 -
YUV 63.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 133 40 5 0 0.70 0.96 0.48 16.41 0.93 0.27
Hex 85 28 5 0 46 60 30 10 5D 1B
Octal 205 50 5 0 106 140 60 20 135 33
Binary 10000101 101000 101 0 1000110 1100000 110000 10000 1011101 11011

Color Harmonies of #852805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852805

Black with #852805

Text Example


Text Example

White with #852805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852805; }

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

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

background-color css

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

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

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

border-color css

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

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

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