#816D54

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

Shades of Cement #816D54

Tints of Cement #816D54

Color information

#816D54 (or 0x816D54) is unknown color: approx Cement. HEX triplet: 81, 6D and 54. RGB value is (129,109,84). Sum of RGB (Red+Green+Blue) = 129+109+84=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #816D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D54 is #7E92AB. Grayscale: #707070. Windows color (decimal): -8295084 or 5533057. OLE color: 5533057.

HSL color Cylindrical-coordinate representation of color #816D54: hue angle of 33.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #816D54 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB12910984-
CMYK00.160.350.49
HSL33.33º21.13%41.76%-
HSV(B)33.33º34.88%50.59%-
XYZ16.1216.2410.67-
YUV112.13112.13140.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.06%
GREEN value IS 109 (42.97% from 255) = 33.85%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=40.06%
G=33.85%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291098400.160.350.4933.3321.1341.76
Hex816D54010233121152a
Octal2011551240204361412552
Binary100000011101101101010001000010001111000110000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816D54; }

 p { color: rgb(129,109,84); }

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

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

 a { background-color: rgb(129,109,84); }

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

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

 span { border-color: rgb(129,109,84); }

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