#8f7e5b

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

Shades of Clay Creek #8F7E5B

Tints of Clay Creek #8F7E5B

Color information

#8F7E5B (or 0x8F7E5B) is unknown color: approx Clay Creek. HEX triplet: 8F, 7E and 5B. RGB value is (143,126,91). Sum of RGB (Red+Green+Blue) = 143+126+91=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7E5B is #7081A4. Grayscale: #7F7F7F. Windows color (decimal): -7373221 or 5996175. OLE color: 5996175.

HSL color Cylindrical-coordinate representation of color #8F7E5B: hue angle of 40.38º 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 #8F7E5B is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB14312691-
CMYK00.120.360.44
HSL40.38º22.22%45.88%-
HSV(B)40.38º36.36%56.08%-
XYZ20.6821.5212.96-
YUV127.09107.63139.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.72%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=39.72%
G=35%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431269100.120.360.4440.3822.2245.88
Hex8F7E5B0C242C28162e
Octal2171761330144454502656
Binary10001111111111010110110110010010010110010100010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f7e5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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