#836A51

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

Shades of Cement #836A51

Tints of Cement #836A51

Color information

#836A51 (or 0x836A51) is unknown color: approx Cement. HEX triplet: 83, 6A and 51. RGB value is (131,106,81). Sum of RGB (Red+Green+Blue) = 131+106+81=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #836A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836A51 is #7C95AE. Grayscale: #6E6E6E. Windows color (decimal): -8164783 or 5335683. OLE color: 5335683.

HSL color Cylindrical-coordinate representation of color #836A51: hue angle of 30º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #836A51 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB13110681-
CMYK00.190.380.49
HSL30º23.58%41.57%-
HSV(B)30º38.17%51.37%-
XYZ1615.739.98-
YUV110.62111.28142.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.19%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=41.19%
G=33.33%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311068100.190.380.493023.5841.57
Hex836A5101326311e182a
Octal2031521210234661363052
Binary10000011110101010100010100111001101100011111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836A51; }

 p { color: rgb(131,106,81); }

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

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

 a { background-color: rgb(131,106,81); }

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

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

 span { border-color: rgb(131,106,81); }

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