#84725C

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

Shades of Cement #84725C

Tints of Cement #84725C

Color information

#84725C (or 0x84725C) is unknown color: approx Cement. HEX triplet: 84, 72 and 5C. RGB value is (132,114,92). Sum of RGB (Red+Green+Blue) = 132+114+92=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84725C is #7B8DA3. Grayscale: #747474. Windows color (decimal): -8097188 or 6058628. OLE color: 6058628.

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

Color convert

RGB13211492-
CMYK00.140.300.48
HSL33º17.86%43.92%-
HSV(B)33º30.3%51.76%-
XYZ17.4617.7112.62-
YUV116.87113.96138.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=39.05%
G=33.73%
B=27.22%

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
Decimal1321149200.140.300.483317.8643.92
Hex84725C0E1E3021122c
Octal2041621340163660412254
Binary1000010011100101011100011101111011000010000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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