#8F854F

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

Shades of Clay Creek #8F854F

Tints of Clay Creek #8F854F

Color information

#8F854F (or 0x8F854F) is unknown color: approx Clay Creek. HEX triplet: 8F, 85 and 4F. RGB value is (143,133,79). Sum of RGB (Red+Green+Blue) = 143+133+79=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F854F is #707AB0. Grayscale: #828282. Windows color (decimal): -7371441 or 5211535. OLE color: 5211535.

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

Color convert

RGB14313379-
CMYK00.070.450.44
HSL50.62º28.83%43.53%-
HSV(B)50.62º44.76%56.08%-
XYZ21.1323.1810.76-
YUV129.8399.31137.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.28%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=40.28%
G=37.46%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431337900.070.450.4450.6228.8343.53
Hex8F854F072D2C331d2c
Octal217205117075554633554
Binary10001111100001011001111011110110110110011001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,133,79); }

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

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

 a { background-color: rgb(143,133,79); }

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

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

 span { border-color: rgb(143,133,79); }

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