Html Css Color HEX #846C52 Cement

📋 copy color: '#846C52'

red 132 ◦ green 108 ◦ blue 82

#846C52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cement #846C52

Tints of Cement #846C52

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 value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#846C52 (or 0x846C52) is known color: 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

RGB 132 108 82 -
CMYK 0 0.18 0.38 0.48
HSL 31.2º 0.23% 0.42% -
HSV(B) 31.2º 0.38% 0.52% -
XYZ 16.4 16.24 10.25 -
YUV 112.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 132 108 82 0 0.18 0.38 0.48 31.2 0.23 0.42
Hex 84 6C 52 0 12 26 30 1F 17 2A
Octal 204 154 122 0 22 46 60 37 27 52
Binary 10000100 1101100 1010010 0 10010 100110 110000 11111 10111 101010

Color Harmonies of #846C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846C52

Black with #846C52

Text Example


Text Example

White with #846C52

Text Example


Text Example

HTML Codes & Css Web 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>