#8F8953

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

Shades of Clay Creek #8F8953

Tints of Clay Creek #8F8953

Color information

#8F8953 (or 0x8F8953) is unknown color: approx Clay Creek. HEX triplet: 8F, 89 and 53. RGB value is (143,137,83). Sum of RGB (Red+Green+Blue) = 143+137+83=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8953 is #7076AC. Grayscale: #848484. Windows color (decimal): -7370413 or 5474703. OLE color: 5474703.

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

Color convert

RGB14313783-
CMYK00.040.420.44
HSL54º26.55%44.31%-
HSV(B)54º41.96%56.08%-
XYZ21.8324.3611.73-
YUV132.6499.99135.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.39%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=39.39%
G=37.74%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431378300.040.420.445426.5544.31
Hex8F8953042A2C361b2c
Octal217211123045254663354
Binary10001111100010011010011010010101010110011011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,137,83); }

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

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

 a { background-color: rgb(143,137,83); }

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

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

 span { border-color: rgb(143,137,83); }

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