#84745D

Color #84745D Cement (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cement #84745D

Tints of Cement #84745D

Color information

#84745D (or 0x84745D) is unknown color: approx Cement. HEX triplet: 84, 74 and 5D. RGB value is (132,116,93). Sum of RGB (Red+Green+Blue) = 132+116+93=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84745D is #7B8BA2. Grayscale: #767676. Windows color (decimal): -8096675 or 6124676. OLE color: 6124676.

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

Color convert

RGB13211693-
CMYK00.120.300.48
HSL35.38º17.33%44.12%-
HSV(B)35.38º29.55%51.76%-
XYZ17.7418.1912.93-
YUV118.16113.8137.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=38.71%
G=34.02%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321169300.120.300.4835.3817.3344.12
Hex84745D0C1E3023112c
Octal2041641350143660432154
Binary1000010011101001011101011001111011000010001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84745D;
 }
 .AnyTagClassName
 {
   color: #84745D;
 }
</style>
background-color css

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

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

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

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

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

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