#81461A

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

Shades of Russet #81461A

Tints of Russet #81461A

Color information

#81461A (or 0x81461A) is unknown color: approx Russet. HEX triplet: 81, 46 and 1A. RGB value is (129,70,26). Sum of RGB (Red+Green+Blue) = 129+70+26=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81461A is #7EB9E5. Grayscale: #525252. Windows color (decimal): -8305126 or 1721985. OLE color: 1721985.

HSL color Cylindrical-coordinate representation of color #81461A: hue angle of 25.63º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81461A is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB1297026-
CMYK00.460.800.49
HSL25.63º66.45%30.39%-
HSV(B)25.63º79.84%50.59%-
XYZ11.439.122.14-
YUV82.6296.05161.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.33%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 26 (10.55% from 255) = 11.56%
R=57.33%
G=31.11%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129702600.460.800.4925.6366.4530.39
Hex81461A02E50311a421e
Octal20110632056120613210236
Binary100000011000110110100101110101000011000111010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81461A; }

 p { color: rgb(129,70,26); }

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

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

 a { background-color: rgb(129,70,26); }

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

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

 span { border-color: rgb(129,70,26); }

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