#816053

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

Shades of Russett #816053

Tints of Russett #816053

Color information

#816053 (or 0x816053) is unknown color: approx Russett. HEX triplet: 81, 60 and 53. RGB value is (129,96,83). Sum of RGB (Red+Green+Blue) = 129+96+83=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #816053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816053 is #7E9FAC. Grayscale: #686868. Windows color (decimal): -8298413 or 5464193. OLE color: 5464193.

HSL color Cylindrical-coordinate representation of color #816053: hue angle of 16.96º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #816053 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB1299683-
CMYK00.260.360.49
HSL16.96º21.7%41.57%-
HSV(B)16.96º35.66%50.59%-
XYZ14.813.6610.04-
YUV104.38115.93145.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=41.88%
G=31.17%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129968300.260.360.4916.9621.741.57
Hex81605301A243111162a
Octal2011401230324461212652
Binary10000001110000010100110110101001001100011000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816053; }

 p { color: rgb(129,96,83); }

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

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

 a { background-color: rgb(129,96,83); }

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

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

 span { border-color: rgb(129,96,83); }

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