#862307

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

Shades of Falu Red #862307

Tints of Falu Red #862307

Color information

#862307 (or 0x862307) is unknown color: approx Falu Red. HEX triplet: 86, 23 and 07. RGB value is (134,35,7). Sum of RGB (Red+Green+Blue) = 134+35+7=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #862307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862307 is #79DCF8. Grayscale: #3D3D3D. Windows color (decimal): -7986425 or 467846. OLE color: 467846.

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

Color convert

RGB134357-
CMYK00.740.950.47
HSL13.23º90.07%27.65%-
HSV(B)13.23º94.78%52.55%-
XYZ10.476.290.86-
YUV61.4197.3179.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.14%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 7 (3.12% from 255) = 3.98%
R=76.14%
G=19.89%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13435700.740.950.4713.2390.0727.65
Hex8623704A5F2Fd5a1c
Octal2064370112137571513234
Binary100001101000111110100101010111111011111101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862307; }

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

 H1.HeaderClassName
 {
   color: #862307;
 }
 .AnyTagClassName
 {
   color: #862307;
 }
</style>
background-color css

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

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

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

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

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

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