Html Css Color HEX #84735E Cement

📋 copy color: '#84735E'

red 132 ◦ green 115 ◦ blue 94

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

Shades of Cement #84735E

Tints of Cement #84735E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 38.71%
G = 33.72%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84735E (or 0x84735E) is known color: Cement. HEX triplet: 84, 73 and 5E. RGB value is (132,115,94). Sum of RGB (Red+Green+Blue) = 132+115+94=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84735E is #7B8CA1. Grayscale: #757575. Windows color (decimal): -8096930 or 6189956. OLE color: 6189956.

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

Color convert

RGB 132 115 94 -
CMYK 0 0.13 0.29 0.48
HSL 33.16º 0.17% 0.44% -
HSV(B) 33.16º 0.29% 0.52% -
XYZ 17.67 17.98 13.13 -
YUV 117.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 132 115 94 0 0.13 0.29 0.48 33.16 0.17 0.44
Hex 84 73 5E 0 D 1D 30 21 11 2C
Octal 204 163 136 0 15 35 60 41 21 54
Binary 10000100 1110011 1011110 0 1101 11101 110000 100001 10001 101100

Color Harmonies of #84735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84735E

Black with #84735E

Text Example


Text Example

White with #84735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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