#8A8751

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

Shades of Clay Creek #8A8751

Tints of Clay Creek #8A8751

Color information

#8A8751 (or 0x8A8751) is unknown color: approx Clay Creek. HEX triplet: 8A, 87 and 51. RGB value is (138,135,81). Sum of RGB (Red+Green+Blue) = 138+135+81=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8751 is #7578AE. Grayscale: #818181. Windows color (decimal): -7698607 or 5343114. OLE color: 5343114.

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

Color convert

RGB13813581-
CMYK00.020.410.46
HSL56.84º26.03%42.94%-
HSV(B)56.84º41.3%54.12%-
XYZ20.6323.3311.2-
YUV129.74100.49133.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=38.98%
G=38.14%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381358100.020.410.4656.8426.0342.94
Hex8A875102292E391a2b
Octal212207121025156713253
Binary1000101010000111101000101010100110111011100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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