#8F7C46

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

Shades of Clay Creek #8F7C46

Tints of Clay Creek #8F7C46

Color information

#8F7C46 (or 0x8F7C46) is unknown color: approx Clay Creek. HEX triplet: 8F, 7C and 46. RGB value is (143,124,70). Sum of RGB (Red+Green+Blue) = 143+124+70=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7C46 is #7083B9. Grayscale: #7B7B7B. Windows color (decimal): -7373754 or 4619407. OLE color: 4619407.

HSL color Cylindrical-coordinate representation of color #8F7C46: hue angle of 44.38º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F7C46 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB14312470-
CMYK00.130.510.44
HSL44.38º34.27%41.76%-
HSV(B)44.38º51.05%56.08%-
XYZ19.6420.78.75-
YUV123.5297.79141.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.43%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=42.43%
G=36.80%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431247000.130.510.4444.3834.2741.76
Hex8F7C460D332C2c222a
Octal2171741060156354544252
Binary100011111111100100011001101110011101100101100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,124,70); }

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

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

 a { background-color: rgb(143,124,70); }

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

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

 span { border-color: rgb(143,124,70); }

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