#8F7D56

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

Shades of Clay Creek #8F7D56

Tints of Clay Creek #8F7D56

Color information

#8F7D56 (or 0x8F7D56) is unknown color: approx Clay Creek. HEX triplet: 8F, 7D and 56. RGB value is (143,125,86). Sum of RGB (Red+Green+Blue) = 143+125+86=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7D56 is #7082A9. Grayscale: #7E7E7E. Windows color (decimal): -7373482 or 5668239. OLE color: 5668239.

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

Color convert

RGB14312586-
CMYK00.130.400.44
HSL41.05º24.89%44.9%-
HSV(B)41.05º39.86%56.08%-
XYZ20.3421.1811.82-
YUV125.94105.46140.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.40%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=40.40%
G=35.31%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431258600.130.400.4441.0524.8944.9
Hex8F7D560D282C29192d
Octal2171751260155054513155
Binary10001111111110110101100110110100010110010100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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