#8A804F

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

Shades of Clay Creek #8A804F

Tints of Clay Creek #8A804F

Color information

#8A804F (or 0x8A804F) is unknown color: approx Clay Creek. HEX triplet: 8A, 80 and 4F. RGB value is (138,128,79). Sum of RGB (Red+Green+Blue) = 138+128+79=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A804F is #757FB0. Grayscale: #7D7D7D. Windows color (decimal): -7700401 or 5210250. OLE color: 5210250.

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

Color convert

RGB13812879-
CMYK00.070.430.46
HSL49.83º27.19%42.55%-
HSV(B)49.83º42.75%54.12%-
XYZ19.6121.4110.5-
YUV125.4101.81136.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 79 (31.25% from 255) = 22.90%
R=40%
G=37.10%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381287900.070.430.4649.8327.1942.55
Hex8A804F072B2E321b2b
Octal212200117075356623353
Binary10001010100000001001111011110101110111011001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,128,79); }

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

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

 a { background-color: rgb(138,128,79); }

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

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

 span { border-color: rgb(138,128,79); }

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