#8A804E

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

Shades of Clay Creek #8A804E

Tints of Clay Creek #8A804E

Color information

#8A804E (or 0x8A804E) is unknown color: approx Clay Creek. HEX triplet: 8A, 80 and 4E. RGB value is (138,128,78). Sum of RGB (Red+Green+Blue) = 138+128+78=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A804E is #757FB1. Grayscale: #7D7D7D. Windows color (decimal): -7700402 or 5144714. OLE color: 5144714.

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

Color convert

RGB13812878-
CMYK00.070.430.46
HSL50º27.78%42.35%-
HSV(B)50º43.48%54.12%-
XYZ19.5821.3910.3-
YUV125.29101.31137.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=40.12%
G=37.21%
B=22.67%

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
Decimal1381287800.070.430.465027.7842.35
Hex8A804E072B2E321c2a
Octal212200116075356623452
Binary10001010100000001001110011110101110111011001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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