#8A735D

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

Shades of Cement #8A735D

Tints of Cement #8A735D

Color information

#8A735D (or 0x8A735D) is unknown color: approx Cement. HEX triplet: 8A, 73 and 5D. RGB value is (138,115,93). Sum of RGB (Red+Green+Blue) = 138+115+93=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A735D is #758CA2. Grayscale: #777777. Windows color (decimal): -7703715 or 6124426. OLE color: 6124426.

HSL color Cylindrical-coordinate representation of color #8A735D: hue angle of 29.33º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A735D is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB13811593-
CMYK00.170.330.46
HSL29.33º19.48%45.29%-
HSV(B)29.33º32.61%54.12%-
XYZ18.5918.4612.94-
YUV119.37113.12141.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.88%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=39.88%
G=33.24%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381159300.170.330.4629.3319.4845.29
Hex8A735D011212E1d132d
Octal2121631350214156352355
Binary10001010111001110111010100011000011011101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A735D; }

 p { color: rgb(138,115,93); }

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

<style>
 a { background-color: #8A735D; }

 a { background-color: rgb(138,115,93); }

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

<style>
 span { border-color: #8A735D; }

 span { border-color: rgb(138,115,93); }

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