#84745A

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

Shades of Cement #84745A

Tints of Cement #84745A

Color information

#84745A (or 0x84745A) is unknown color: approx Cement. HEX triplet: 84, 74 and 5A. RGB value is (132,116,90). Sum of RGB (Red+Green+Blue) = 132+116+90=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84745A is #7B8BA5. Grayscale: #757575. Windows color (decimal): -8096678 or 5928068. OLE color: 5928068.

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

Color convert

RGB13211690-
CMYK00.120.320.48
HSL37.14º18.92%43.53%-
HSV(B)37.14º31.82%51.76%-
XYZ17.6118.1312.25-
YUV117.82112.3138.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=39.05%
G=34.32%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321169000.120.320.4837.1418.9243.53
Hex84745A0C203025132c
Octal2041641320144060452354
Binary10000100111010010110100110010000011000010010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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