Html Css Color HEX #862408 Falu Red

📋 copy color: '#862408'

red 134 ◦ green 36 ◦ blue 8

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

Shades of Falu Red #862408

Tints of Falu Red #862408

RGB

 RED value IS 134 (52.73% from 255) = 75.28%

 GREEN value IS 36 (14.45% from 255) = 20.22%

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

R = 75.28%
G = 20.22%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#862408 (or 0x862408) is known color: Falu Red. HEX triplet: 86, 24 and 08. RGB value is (134,36,8). Sum of RGB (Red+Green+Blue) = 134+36+8=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #862408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862408 is #79DBF7. Grayscale: #3E3E3E. Windows color (decimal): -7986168 or 533638. OLE color: 533638.

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

Color convert

RGB 134 36 8 -
CMYK 0 0.73 0.94 0.47
HSL 13.33º 0.89% 0.28% -
HSV(B) 13.33º 0.94% 0.53% -
XYZ 10.51 6.35 0.9 -
YUV 62.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 134 36 8 0 0.73 0.94 0.47 13.33 0.89 0.28
Hex 86 24 8 0 49 5E 2F D 59 1C
Octal 206 44 10 0 111 136 57 15 131 34
Binary 10000110 100100 1000 0 1001001 1011110 101111 1101 1011001 11100

Color Harmonies of #862408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862408

Black with #862408

Text Example


Text Example

White with #862408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862408; }

 p { color: rgb(134,36,8); }

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

background-color css

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

 a { background-color: rgb(134,36,8); }

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

border-color css

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

 span { border-color: rgb(134,36,8); }

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