#86451c

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

Shades of Russet #86451C

Tints of Russet #86451C

Color information

#86451C (or 0x86451C) is unknown color: approx Russet. HEX triplet: 86, 45 and 1C. RGB value is (134,69,28). Sum of RGB (Red+Green+Blue) = 134+69+28=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86451C is #79BAE3. Grayscale: #535353. Windows color (decimal): -7977700 or 1852806. OLE color: 1852806.

HSL color Cylindrical-coordinate representation of color #86451C: hue angle of 23.21º 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 #86451C is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1346928-
CMYK00.490.790.47
HSL23.21º65.43%31.76%-
HSV(B)23.21º79.1%52.55%-
XYZ12.179.412.27-
YUV83.7696.53163.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=58.01%
G=29.87%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134692800.490.790.4723.2165.4331.76
Hex86451C0314F2F174120
Octal20610534061117572710140
Binary1000011010001011110001100011001111101111101111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86451c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86451c; }

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

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

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

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

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

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

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

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