#84735C

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

Shades of Cement #84735C

Tints of Cement #84735C

Color information

#84735C (or 0x84735C) is unknown color: approx Cement. HEX triplet: 84, 73 and 5C. RGB value is (132,115,92). Sum of RGB (Red+Green+Blue) = 132+115+92=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84735C is #7B8CA3. Grayscale: #757575. Windows color (decimal): -8096932 or 6058884. OLE color: 6058884.

HSL color Cylindrical-coordinate representation of color #84735C: hue angle of 34.5º degrees, saturation: 0.18, 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 #84735C is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13211592-
CMYK00.130.300.48
HSL34.5º17.86%43.92%-
HSV(B)34.5º30.3%51.76%-
XYZ17.5817.9412.66-
YUV117.46113.63138.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=38.94%
G=33.92%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321159200.130.300.4834.517.8643.92
Hex84735C0D1E3022122c
Octal2041631340153660422254
Binary1000010011100111011100011011111011000010001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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