#8F7E56

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

Shades of Clay Creek #8F7E56

Tints of Clay Creek #8F7E56

Color information

#8F7E56 (or 0x8F7E56) is unknown color: approx Clay Creek. HEX triplet: 8F, 7E and 56. RGB value is (143,126,86). Sum of RGB (Red+Green+Blue) = 143+126+86=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7E56 is #7081A9. Grayscale: #7E7E7E. Windows color (decimal): -7373226 or 5668495. OLE color: 5668495.

HSL color Cylindrical-coordinate representation of color #8F7E56: hue angle of 42.11º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F7E56 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB14312686-
CMYK00.120.400.44
HSL42.11º24.89%44.9%-
HSV(B)42.11º39.86%56.08%-
XYZ20.4721.4311.86-
YUV126.52105.13139.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.28%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=40.28%
G=35.49%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431268600.120.400.4442.1124.8944.9
Hex8F7E560C282C2a192d
Octal2171761260145054523155
Binary10001111111111010101100110010100010110010101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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