#8C804A

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

Shades of Clay Creek #8C804A

Tints of Clay Creek #8C804A

Color information

#8C804A (or 0x8C804A) is unknown color: approx Clay Creek. HEX triplet: 8C, 80 and 4A. RGB value is (140,128,74). Sum of RGB (Red+Green+Blue) = 140+128+74=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C804A is #737FB5. Grayscale: #7D7D7D. Windows color (decimal): -7569334 or 4882572. OLE color: 4882572.

HSL color Cylindrical-coordinate representation of color #8C804A: hue angle of 49.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C804A is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB14012874-
CMYK00.090.470.45
HSL49.09º30.84%41.96%-
HSV(B)49.09º47.14%54.9%-
XYZ19.7721.519.59-
YUV125.4398.98138.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.94%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=40.94%
G=37.43%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401287400.090.470.4549.0930.8441.96
Hex8C804A092F2D311f2a
Octal2142001120115755613752
Binary100011001000000010010100100110111110110111000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,128,74); }

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

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

 a { background-color: rgb(140,128,74); }

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

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

 span { border-color: rgb(140,128,74); }

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