#863B1A

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

Shades of Russet #863B1A

Tints of Russet #863B1A

Color information

#863B1A (or 0x863B1A) is unknown color: approx Russet. HEX triplet: 86, 3B and 1A. RGB value is (134,59,26). Sum of RGB (Red+Green+Blue) = 134+59+26=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #863B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B1A is #79C4E5. Grayscale: #4D4D4D. Windows color (decimal): -7980262 or 1719174. OLE color: 1719174.

HSL color Cylindrical-coordinate representation of color #863B1A: hue angle of 18.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #863B1A is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1345926-
CMYK00.560.810.47
HSL18.33º67.5%31.37%-
HSV(B)18.33º80.6%52.55%-
XYZ11.588.271.96-
YUV77.6698.85168.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 59 (23.44% from 255) = 26.94%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=61.19%
G=26.94%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134592600.560.810.4718.3367.531.37
Hex863B1A038512F12441f
Octal2067332070121572210437
Binary10000110111011110100111000101000110111110010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,59,26); }

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

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

 a { background-color: rgb(134,59,26); }

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

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

 span { border-color: rgb(134,59,26); }

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