#846C52

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

Shades of Cement #846C52

Tints of Cement #846C52

Color information

#846C52 (or 0x846C52) is unknown color: approx Cement. HEX triplet: 84, 6C and 52. RGB value is (132,108,82). Sum of RGB (Red+Green+Blue) = 132+108+82=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #846C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C52 is #7B93AD. Grayscale: #707070. Windows color (decimal): -8098734 or 5401732. OLE color: 5401732.

HSL color Cylindrical-coordinate representation of color #846C52: hue angle of 31.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #846C52 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13210882-
CMYK00.180.380.48
HSL31.2º23.36%41.96%-
HSV(B)31.2º37.88%51.76%-
XYZ16.416.2410.25-
YUV112.21110.95142.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=40.99%
G=33.54%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321088200.180.380.4831.223.3641.96
Hex846C5201226301f172a
Octal2041541220224660372752
Binary10000100110110010100100100101001101100001111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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