#84725D

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

Shades of Cement #84725D

Tints of Cement #84725D

Color information

#84725D (or 0x84725D) is unknown color: approx Cement. HEX triplet: 84, 72 and 5D. RGB value is (132,114,93). Sum of RGB (Red+Green+Blue) = 132+114+93=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84725D is #7B8DA2. Grayscale: #757575. Windows color (decimal): -8097187 or 6124164. OLE color: 6124164.

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

Color convert

RGB13211493-
CMYK00.140.300.48
HSL32.31º17.33%44.12%-
HSV(B)32.31º29.55%51.76%-
XYZ17.5117.7312.86-
YUV116.99114.46138.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=38.94%
G=33.63%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321149300.140.300.4832.3117.3344.12
Hex84725D0E1E3020112c
Octal2041621350163660402154
Binary1000010011100101011101011101111011000010000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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