#836C53

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

Shades of Cement #836C53

Tints of Cement #836C53

Color information

#836C53 (or 0x836C53) is unknown color: approx Cement. HEX triplet: 83, 6C and 53. RGB value is (131,108,83). Sum of RGB (Red+Green+Blue) = 131+108+83=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #836C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C53 is #7C93AC. Grayscale: #707070. Windows color (decimal): -8164269 or 5467267. OLE color: 5467267.

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

Color convert

RGB13110883-
CMYK00.180.370.49
HSL31.25º22.43%41.96%-
HSV(B)31.25º36.64%51.37%-
XYZ16.2816.1710.45-
YUV112.03111.62141.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=40.68%
G=33.54%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311088300.180.370.4931.2522.4341.96
Hex836C5301225311f162a
Octal2031541230224561372652
Binary10000011110110010100110100101001011100011111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,108,83); }

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

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

 a { background-color: rgb(131,108,83); }

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

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

 span { border-color: rgb(131,108,83); }

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