Html Css Color HEX #862807 Falu Red

📋 copy color: '#862807'

red 134 ◦ green 40 ◦ blue 7

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

Shades of Falu Red #862807

Tints of Falu Red #862807

RGB

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

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

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

R = 74.03%
G = 22.1%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#862807 (or 0x862807) is known color: Falu Red. HEX triplet: 86, 28 and 07. RGB value is (134,40,7). Sum of RGB (Red+Green+Blue) = 134+40+7=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #862807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862807 is #79D7F8. Grayscale: #404040. Windows color (decimal): -7985145 or 469126. OLE color: 469126.

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

Color convert

RGB 134 40 7 -
CMYK 0 0.70 0.95 0.47
HSL 15.59º 0.9% 0.28% -
HSV(B) 15.59º 0.95% 0.53% -
XYZ 10.63 6.6 0.91 -
YUV 64.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 134 40 7 0 0.70 0.95 0.47 15.59 0.9 0.28
Hex 86 28 7 0 46 5F 2F 10 5A 1C
Octal 206 50 7 0 106 137 57 20 132 34
Binary 10000110 101000 111 0 1000110 1011111 101111 10000 1011010 11100

Color Harmonies of #862807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862807

Black with #862807

Text Example


Text Example

White with #862807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862807; }

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

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

background-color css

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

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

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

border-color css

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

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

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