#81451B

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

Shades of Russet #81451B

Tints of Russet #81451B

Color information

#81451B (or 0x81451B) is unknown color: approx Russet. HEX triplet: 81, 45 and 1B. RGB value is (129,69,27). Sum of RGB (Red+Green+Blue) = 129+69+27=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81451B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81451B is #7EBAE4. Grayscale: #525252. Windows color (decimal): -8305381 or 1787265. OLE color: 1787265.

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

Color convert

RGB1296927-
CMYK00.470.790.49
HSL24.71º65.38%30.59%-
HSV(B)24.71º79.07%50.59%-
XYZ11.3892.17-
YUV82.1596.88161.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.33%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 27 (10.94% from 255) = 12%
R=57.33%
G=30.67%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129692700.470.790.4924.7165.3830.59
Hex81451B02F4F3119411f
Octal20110533057117613110137
Binary100000011000101110110101111100111111000111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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