Html Css Color HEX #852808 Falu Red

📋 copy color: '#852808'

red 133 ◦ green 40 ◦ blue 8

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

Shades of Falu Red #852808

Tints of Falu Red #852808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.42%

R = 73.48%
G = 22.1%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#852808 (or 0x852808) is known color: Falu Red. HEX triplet: 85, 28 and 08. RGB value is (133,40,8). Sum of RGB (Red+Green+Blue) = 133+40+8=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #852808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852808 is #7AD7F7. Grayscale: #404040. Windows color (decimal): -8050680 or 534661. OLE color: 534661.

HSL color Cylindrical-coordinate representation of color #852808: hue angle of 15.36º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #852808 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 8 -
CMYK 0 0.70 0.94 0.48
HSL 15.36º 0.89% 0.28% -
HSV(B) 15.36º 0.94% 0.52% -
XYZ 10.48 6.52 0.94 -
YUV 64.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 133 40 8 0 0.70 0.94 0.48 15.36 0.89 0.28
Hex 85 28 8 0 46 5E 30 F 59 1C
Octal 205 50 10 0 106 136 60 17 131 34
Binary 10000101 101000 1000 0 1000110 1011110 110000 1111 1011001 11100

Color Harmonies of #852808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852808

Black with #852808

Text Example


Text Example

White with #852808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852808; }

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

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

background-color css

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

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

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

border-color css

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

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

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