#81461D

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

Shades of Russet #81461D

Tints of Russet #81461D

Color information

#81461D (or 0x81461D) is unknown color: approx Russet. HEX triplet: 81, 46 and 1D. RGB value is (129,70,29). Sum of RGB (Red+Green+Blue) = 129+70+29=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #81461D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81461D is #7EB9E2. Grayscale: #535353. Windows color (decimal): -8305123 or 1918593. OLE color: 1918593.

HSL color Cylindrical-coordinate representation of color #81461D: hue angle of 24.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81461D is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1297029-
CMYK00.460.780.49
HSL24.6º63.29%30.98%-
HSV(B)24.6º77.52%50.59%-
XYZ11.479.142.32-
YUV82.9797.55160.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.58%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 29 (11.72% from 255) = 12.72%
R=56.58%
G=30.70%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129702900.460.780.4924.663.2930.98
Hex81461D02E4E31193f1f
Octal2011063505611661317737
Binary10000001100011011101010111010011101100011100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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