#8F7A54

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

Shades of Clay Creek #8F7A54

Tints of Clay Creek #8F7A54

Color information

#8F7A54 (or 0x8F7A54) is unknown color: approx Clay Creek. HEX triplet: 8F, 7A and 54. RGB value is (143,122,84). Sum of RGB (Red+Green+Blue) = 143+122+84=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7A54 is #7085AB. Grayscale: #7C7C7C. Windows color (decimal): -7374252 or 5536399. OLE color: 5536399.

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

Color convert

RGB14312284-
CMYK00.150.410.44
HSL38.64º25.99%44.51%-
HSV(B)38.64º41.26%56.08%-
XYZ19.8920.411.28-
YUV123.95105.46141.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.97%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 84 (33.20% from 255) = 24.07%
R=40.97%
G=34.96%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431228400.150.410.4438.6425.9944.51
Hex8F7A540F292C271a2d
Octal2171721240175154473255
Binary10001111111101010101000111110100110110010011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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