#862407

Color #862407 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #862407

Tints of Falu Red #862407

Color information

#862407 (or 0x862407) is unknown color: approx 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

RGB134367-
CMYK00.730.950.47
HSL13.7º90.07%27.65%-
HSV(B)13.7º94.78%52.55%-
XYZ10.56.350.87-
YUV6296.97179.36-

RGB Variations

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

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.12% from 255) = 3.95%
R=75.71%
G=20.34%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13436700.730.950.4713.790.0727.65
Hex862470495F2Fe5a1c
Octal2064470111137571613234
Binary100001101001001110100100110111111011111110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>