#8F8254

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

Shades of Clay Creek #8F8254

Tints of Clay Creek #8F8254

Color information

#8F8254 (or 0x8F8254) is unknown color: approx Clay Creek. HEX triplet: 8F, 82 and 54. RGB value is (143,130,84). Sum of RGB (Red+Green+Blue) = 143+130+84=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8254 is #707DAB. Grayscale: #808080. Windows color (decimal): -7372204 or 5538447. OLE color: 5538447.

HSL color Cylindrical-coordinate representation of color #8F8254: hue angle of 46.78º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F8254 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB14313084-
CMYK00.090.410.44
HSL46.78º25.99%44.51%-
HSV(B)46.78º41.26%56.08%-
XYZ20.9122.4411.62-
YUV128.64102.81138.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.06%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 84 (33.20% from 255) = 23.53%
R=40.06%
G=36.41%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431308400.090.410.4446.7825.9944.51
Hex8F825409292C2f1a2d
Octal2172021240115154573255
Binary100011111000001010101000100110100110110010111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,130,84); }

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

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

 a { background-color: rgb(143,130,84); }

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

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

 span { border-color: rgb(143,130,84); }

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