Html Css Color HEX #84735B Cement

📋 copy color: '#84735B'

red 132 ◦ green 115 ◦ blue 91

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

Shades of Cement #84735B

Tints of Cement #84735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 39.05%
G = 34.02%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84735B (or 0x84735B) is known color: Cement. HEX triplet: 84, 73 and 5B. RGB value is (132,115,91). Sum of RGB (Red+Green+Blue) = 132+115+91=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84735B is #7B8CA4. Grayscale: #757575. Windows color (decimal): -8096933 or 5993348. OLE color: 5993348.

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

Color convert

RGB 132 115 91 -
CMYK 0 0.13 0.31 0.48
HSL 35.12º 0.18% 0.44% -
HSV(B) 35.12º 0.31% 0.52% -
XYZ 17.53 17.92 12.43 -
YUV 117.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 132 115 91 0 0.13 0.31 0.48 35.12 0.18 0.44
Hex 84 73 5B 0 D 1F 30 23 12 2C
Octal 204 163 133 0 15 37 60 43 22 54
Binary 10000100 1110011 1011011 0 1101 11111 110000 100011 10010 101100

Color Harmonies of #84735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84735B

Black with #84735B

Text Example


Text Example

White with #84735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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