Html Css Color HEX #84745B Cement

📋 copy color: '#84745B'

red 132 ◦ green 116 ◦ blue 91

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

Shades of Cement #84745B

Tints of Cement #84745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 38.94%
G = 34.22%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84745B (or 0x84745B) is known color: Cement. HEX triplet: 84, 74 and 5B. RGB value is (132,116,91). Sum of RGB (Red+Green+Blue) = 132+116+91=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84745B is #7B8BA4. Grayscale: #767676. Windows color (decimal): -8096677 or 5993604. OLE color: 5993604.

HSL color Cylindrical-coordinate representation of color #84745B: hue angle of 36.59º 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 #84745B is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 116 91 -
CMYK 0 0.12 0.31 0.48
HSL 36.59º 0.18% 0.44% -
HSV(B) 36.59º 0.31% 0.52% -
XYZ 17.65 18.15 12.47 -
YUV 117.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 132 116 91 0 0.12 0.31 0.48 36.59 0.18 0.44
Hex 84 74 5B 0 C 1F 30 25 12 2C
Octal 204 164 133 0 14 37 60 45 22 54
Binary 10000100 1110100 1011011 0 1100 11111 110000 100101 10010 101100

Color Harmonies of #84745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84745B

Black with #84745B

Text Example


Text Example

White with #84745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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