#84745E

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

Shades of Cement #84745E

Tints of Cement #84745E

Color information

#84745E (or 0x84745E) is unknown color: approx Cement. HEX triplet: 84, 74 and 5E. RGB value is (132,116,94). Sum of RGB (Red+Green+Blue) = 132+116+94=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84745E is #7B8BA1. Grayscale: #767676. Windows color (decimal): -8096674 or 6190212. OLE color: 6190212.

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

Color convert

RGB13211694-
CMYK00.120.290.48
HSL34.74º16.81%44.31%-
HSV(B)34.74º28.79%51.76%-
XYZ17.7818.213.17-
YUV118.28114.3137.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=38.60%
G=33.92%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321169400.120.290.4834.7416.8144.31
Hex84745E0C1D3023112c
Octal2041641360143560432154
Binary1000010011101001011110011001110111000010001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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