#863F1C

Color #863F1C Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #863F1C

Tints of Russet #863F1C

Color information

#863F1C (or 0x863F1C) is unknown color: approx Russet. HEX triplet: 86, 3F and 1C. RGB value is (134,63,28). Sum of RGB (Red+Green+Blue) = 134+63+28=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #863F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F1C is #79C0E3. Grayscale: #505050. Windows color (decimal): -7979236 or 1851270. OLE color: 1851270.

HSL color Cylindrical-coordinate representation of color #863F1C: hue angle of 19.81º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #863F1C is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1346328-
CMYK00.530.790.47
HSL19.81º65.43%31.76%-
HSV(B)19.81º79.1%52.55%-
XYZ11.828.712.16-
YUV80.2498.52166.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 28 (11.33% from 255) = 12.44%
R=59.56%
G=28%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134632800.530.790.4719.8165.4331.76
Hex863F1C0354F2F144120
Octal2067734065117572410140
Binary100001101111111110001101011001111101111101001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863F1C; }

 p { color: rgb(134,63,28); }

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

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

 a { background-color: rgb(134,63,28); }

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

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

 span { border-color: rgb(134,63,28); }

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