#836C52

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

Shades of Cement #836C52

Tints of Cement #836C52

Color information

#836C52 (or 0x836C52) is unknown color: approx Cement. HEX triplet: 83, 6C and 52. RGB value is (131,108,82). Sum of RGB (Red+Green+Blue) = 131+108+82=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #836C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C52 is #7C93AD. Grayscale: #707070. Windows color (decimal): -8164270 or 5401731. OLE color: 5401731.

HSL color Cylindrical-coordinate representation of color #836C52: hue angle of 31.84º degrees, saturation: 0.23, 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 #836C52 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB13110882-
CMYK00.180.370.49
HSL31.84º23%41.76%-
HSV(B)31.84º37.4%51.37%-
XYZ16.2516.1610.25-
YUV111.91111.12141.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=40.81%
G=33.64%
B=25.55%

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
Decimal1311088200.180.370.4931.842341.76
Hex836C52012253120172a
Octal2031541220224561402752
Binary100000111101100101001001001010010111000110000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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