Html Css Color HEX #862407 Falu Red

📋 copy color: '#862407'

red 134 ◦ green 36 ◦ blue 7

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

Shades of Falu Red #862407

Tints of Falu Red #862407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.95%

R = 75.71%
G = 20.34%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#862407 (or 0x862407) is known color: Falu Red. HEX triplet: 86, 24 and 07. RGB value is (134,36,7). Sum of RGB (Red+Green+Blue) = 134+36+7=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #862407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862407 is #79DBF8. Grayscale: #3E3E3E. Windows color (decimal): -7986169 or 468102. OLE color: 468102.

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

Color convert

RGB 134 36 7 -
CMYK 0 0.73 0.95 0.47
HSL 13.7º 0.9% 0.28% -
HSV(B) 13.7º 0.95% 0.53% -
XYZ 10.5 6.35 0.87 -
YUV 62 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 134 36 7 0 0.73 0.95 0.47 13.7 0.9 0.28
Hex 86 24 7 0 49 5F 2F E 5A 1C
Octal 206 44 7 0 111 137 57 16 132 34
Binary 10000110 100100 111 0 1001001 1011111 101111 1110 1011010 11100

Color Harmonies of #862407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862407

Black with #862407

Text Example


Text Example

White with #862407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862407; }

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

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

background-color css

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

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

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

border-color css

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

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

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