Html Css Color HEX #846D52 Cement

📋 copy color: '#846D52'

red 132 ◦ green 109 ◦ blue 82

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

Shades of Cement #846D52

Tints of Cement #846D52

RGB

 RED value IS 132 (51.95% from 255) = 40.87%

 GREEN value IS 109 (42.97% from 255) = 33.75%

 BLUE value IS 82 (32.42% from 255) = 25.39%

R = 40.87%
G = 33.75%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#846D52 (or 0x846D52) is known color: Cement. HEX triplet: 84, 6D and 52. RGB value is (132,109,82). Sum of RGB (Red+Green+Blue) = 132+109+82=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #846D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D52 is #7B92AD. Grayscale: #707070. Windows color (decimal): -8098478 or 5401988. OLE color: 5401988.

HSL color Cylindrical-coordinate representation of color #846D52: hue angle of 32.4º 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 #846D52 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 109 82 -
CMYK 0 0.17 0.38 0.48
HSL 32.4º 0.23% 0.42% -
HSV(B) 32.4º 0.38% 0.52% -
XYZ 16.51 16.45 10.29 -
YUV 112.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 132 109 82 0 0.17 0.38 0.48 32.4 0.23 0.42
Hex 84 6D 52 0 11 26 30 20 17 2A
Octal 204 155 122 0 21 46 60 40 27 52
Binary 10000100 1101101 1010010 0 10001 100110 110000 100000 10111 101010

Color Harmonies of #846D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846D52

Black with #846D52

Text Example


Text Example

White with #846D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #846D52;
 }
 .AnyTagClassName
 {
   color: #846D52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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