#8C804D

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

Shades of Clay Creek #8C804D

Tints of Clay Creek #8C804D

Color information

#8C804D (or 0x8C804D) is unknown color: approx Clay Creek. HEX triplet: 8C, 80 and 4D. RGB value is (140,128,77). Sum of RGB (Red+Green+Blue) = 140+128+77=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C804D is #737FB2. Grayscale: #7D7D7D. Windows color (decimal): -7569331 or 5079180. OLE color: 5079180.

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

Color convert

RGB14012877-
CMYK00.090.450.45
HSL48.57º29.03%42.55%-
HSV(B)48.57º45%54.9%-
XYZ19.8721.5510.13-
YUV125.77100.48138.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 77 (30.47% from 255) = 22.32%
R=40.58%
G=37.10%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401287700.090.450.4548.5729.0342.55
Hex8C804D092D2D311d2b
Octal2142001150115555613553
Binary100011001000000010011010100110110110110111000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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