#84745F

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

Shades of Cement #84745F

Tints of Cement #84745F

Color information

#84745F (or 0x84745F) is unknown color: approx Cement. HEX triplet: 84, 74 and 5F. RGB value is (132,116,95). Sum of RGB (Red+Green+Blue) = 132+116+95=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84745F is #7B8BA0. Grayscale: #767676. Windows color (decimal): -8096673 or 6255748. OLE color: 6255748.

HSL color Cylindrical-coordinate representation of color #84745F: hue angle of 34.05º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84745F is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB13211695-
CMYK00.120.280.48
HSL34.05º16.3%44.51%-
HSV(B)34.05º28.03%51.76%-
XYZ17.8318.2213.4-
YUV118.39114.8137.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=38.48%
G=33.82%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321169500.120.280.4834.0516.344.51
Hex84745F0C1C3022102d
Octal2041641370143460422055
Binary1000010011101001011111011001110011000010001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84745F; }

 p { color: rgb(132,116,95); }

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

<style>
 a { background-color: #84745F; }

 a { background-color: rgb(132,116,95); }

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

<style>
 span { border-color: #84745F; }

 span { border-color: rgb(132,116,95); }

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