#8F7B5B

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

Shades of Clay Creek #8F7B5B

Tints of Clay Creek #8F7B5B

Color information

#8F7B5B (or 0x8F7B5B) is unknown color: approx Clay Creek. HEX triplet: 8F, 7B and 5B. RGB value is (143,123,91). Sum of RGB (Red+Green+Blue) = 143+123+91=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7B5B is #7084A4. Grayscale: #7D7D7D. Windows color (decimal): -7373989 or 5995407. OLE color: 5995407.

HSL color Cylindrical-coordinate representation of color #8F7B5B: hue angle of 36.92º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F7B5B is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB14312391-
CMYK00.140.360.44
HSL36.92º22.22%45.88%-
HSV(B)36.92º36.36%56.08%-
XYZ20.320.7612.83-
YUV125.33108.63140.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.06%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=40.06%
G=34.45%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431239100.140.360.4436.9222.2245.88
Hex8F7B5B0E242C25162e
Octal2171731330164454452656
Binary10001111111101110110110111010010010110010010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,123,91); }

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

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

 a { background-color: rgb(143,123,91); }

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

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

 span { border-color: rgb(143,123,91); }

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