#8F7A59

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

Shades of Cement #8F7A59

Tints of Cement #8F7A59

Color information

#8F7A59 (or 0x8F7A59) is unknown color: approx Cement. HEX triplet: 8F, 7A and 59. RGB value is (143,122,89). Sum of RGB (Red+Green+Blue) = 143+122+89=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7A59 is #7085A6. Grayscale: #7C7C7C. Windows color (decimal): -7374247 or 5864079. OLE color: 5864079.

HSL color Cylindrical-coordinate representation of color #8F7A59: hue angle of 36.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7A59 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB14312289-
CMYK00.150.380.44
HSL36.67º23.28%45.49%-
HSV(B)36.67º37.76%56.08%-
XYZ20.0920.4812.35-
YUV124.52107.96141.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.40%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=40.40%
G=34.46%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431228900.150.380.4436.6723.2845.49
Hex8F7A590F262C25172d
Octal2171721310174654452755
Binary10001111111101010110010111110011010110010010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,122,89); }

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

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

 a { background-color: rgb(143,122,89); }

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

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

 span { border-color: rgb(143,122,89); }

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