#81471B

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

Shades of Russet #81471B

Tints of Russet #81471B

Color information

#81471B (or 0x81471B) is unknown color: approx Russet. HEX triplet: 81, 47 and 1B. RGB value is (129,71,27). Sum of RGB (Red+Green+Blue) = 129+71+27=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81471B is #7EB8E4. Grayscale: #535353. Windows color (decimal): -8304869 or 1787777. OLE color: 1787777.

HSL color Cylindrical-coordinate representation of color #81471B: hue angle of 25.88º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81471B is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1297127-
CMYK00.450.790.49
HSL25.88º65.38%30.59%-
HSV(B)25.88º79.07%50.59%-
XYZ11.59.252.22-
YUV83.3396.22160.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.83%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 27 (10.94% from 255) = 11.89%
R=56.83%
G=31.28%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129712700.450.790.4925.8865.3830.59
Hex81471B02D4F311a411f
Octal20110733055117613210137
Binary100000011000111110110101101100111111000111010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81471B; }

 p { color: rgb(129,71,27); }

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

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

 a { background-color: rgb(129,71,27); }

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

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

 span { border-color: rgb(129,71,27); }

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