Html Css Color HEX #84735C Cement

📋 copy color: '#84735C'

red 132 ◦ green 115 ◦ blue 92

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

Shades of Cement #84735C

Tints of Cement #84735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.92%

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 38.94%
G = 33.92%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84735C (or 0x84735C) is known color: Cement. HEX triplet: 84, 73 and 5C. RGB value is (132,115,92). Sum of RGB (Red+Green+Blue) = 132+115+92=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84735C is #7B8CA3. Grayscale: #757575. Windows color (decimal): -8096932 or 6058884. OLE color: 6058884.

HSL color Cylindrical-coordinate representation of color #84735C: hue angle of 34.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84735C is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 115 92 -
CMYK 0 0.13 0.30 0.48
HSL 34.5º 0.18% 0.44% -
HSV(B) 34.5º 0.3% 0.52% -
XYZ 17.58 17.94 12.66 -
YUV 117.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 132 115 92 0 0.13 0.30 0.48 34.5 0.18 0.44
Hex 84 73 5C 0 D 1E 30 22 12 2C
Octal 204 163 134 0 15 36 60 42 22 54
Binary 10000100 1110011 1011100 0 1101 11110 110000 100010 10010 101100

Color Harmonies of #84735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84735C

Black with #84735C

Text Example


Text Example

White with #84735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84735C; }

 p { color: rgb(132,115,92); }

 H1.HeaderClassName
 {
   color: #84735C;
 }
 .AnyTagClassName
 {
   color: #84735C;
 }
</style>

background-color css

<style>
 a { background-color: #84735C; }

 a { background-color: rgb(132,115,92); }

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

border-color css

<style>
 span { border-color: #84735C; }

 span { border-color: rgb(132,115,92); }

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