#84725B

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

Shades of Cement #84725B

Tints of Cement #84725B

Color information

#84725B (or 0x84725B) is unknown color: approx Cement. HEX triplet: 84, 72 and 5B. RGB value is (132,114,91). Sum of RGB (Red+Green+Blue) = 132+114+91=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #84725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84725B is #7B8DA4. Grayscale: #747474. Windows color (decimal): -8097189 or 5993092. OLE color: 5993092.

HSL color Cylindrical-coordinate representation of color #84725B: hue angle of 33.66º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84725B is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13211491-
CMYK00.140.310.48
HSL33.66º18.39%43.73%-
HSV(B)33.66º31.06%51.76%-
XYZ17.4217.712.39-
YUV116.76113.46138.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=39.17%
G=33.83%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321149100.140.310.4833.6618.3943.73
Hex84725B0E1F3022122c
Octal2041621330163760422254
Binary1000010011100101011011011101111111000010001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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