Html Css Color HEX #852508 Falu Red

📋 copy color: '#852508'

red 133 ◦ green 37 ◦ blue 8

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

Shades of Falu Red #852508

Tints of Falu Red #852508

RGB

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

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

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

R = 74.72%
G = 20.79%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#852508 (or 0x852508) is known color: Falu Red. HEX triplet: 85, 25 and 08. RGB value is (133,37,8). Sum of RGB (Red+Green+Blue) = 133+37+8=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #852508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852508 is #7ADAF7. Grayscale: #3E3E3E. Windows color (decimal): -8051448 or 533893. OLE color: 533893.

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

Color convert

RGB 133 37 8 -
CMYK 0 0.72 0.94 0.48
HSL 13.92º 0.89% 0.28% -
HSV(B) 13.92º 0.94% 0.52% -
XYZ 10.38 6.33 0.9 -
YUV 62.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 133 37 8 0 0.72 0.94 0.48 13.92 0.89 0.28
Hex 85 25 8 0 48 5E 30 E 59 1C
Octal 205 45 10 0 110 136 60 16 131 34
Binary 10000101 100101 1000 0 1001000 1011110 110000 1110 1011001 11100

Color Harmonies of #852508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852508

Black with #852508

Text Example


Text Example

White with #852508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852508; }

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

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

background-color css

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

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

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

border-color css

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

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

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