#8A8951

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

Shades of Clay Creek #8A8951

Tints of Clay Creek #8A8951

Color information

#8A8951 (or 0x8A8951) is unknown color: approx Clay Creek. HEX triplet: 8A, 89 and 51. RGB value is (138,137,81). Sum of RGB (Red+Green+Blue) = 138+137+81=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8951 is #7576AE. Grayscale: #838383. Windows color (decimal): -7698095 or 5343626. OLE color: 5343626.

HSL color Cylindrical-coordinate representation of color #8A8951: hue angle of 58.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A8951 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB13813781-
CMYK00.010.410.46
HSL58.95º26.03%42.94%-
HSV(B)58.95º41.3%54.12%-
XYZ20.9123.8911.29-
YUV130.9299.83133.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.76%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=38.76%
G=38.48%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381378100.010.410.4658.9526.0342.94
Hex8A895101292E3b1a2b
Octal212211121015156733253
Binary100010101000100110100010110100110111011101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,137,81); }

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

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

 a { background-color: rgb(138,137,81); }

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

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

 span { border-color: rgb(138,137,81); }

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