#84715B

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

Shades of Cement #84715B

Tints of Cement #84715B

Color information

#84715B (or 0x84715B) is unknown color: approx Cement. HEX triplet: 84, 71 and 5B. RGB value is (132,113,91). Sum of RGB (Red+Green+Blue) = 132+113+91=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #84715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84715B is #7B8EA4. Grayscale: #747474. Windows color (decimal): -8097445 or 5992836. OLE color: 5992836.

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

Color convert

RGB13211391-
CMYK00.140.310.48
HSL32.2º18.39%43.73%-
HSV(B)32.2º31.06%51.76%-
XYZ17.3117.4712.36-
YUV116.17113.79139.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=39.29%
G=33.63%
B=27.08%

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
Decimal1321139100.140.310.4832.218.3943.73
Hex84715B0E1F3020122c
Octal2041611330163760402254
Binary1000010011100011011011011101111111000010000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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