#8A804C

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

Shades of Clay Creek #8A804C

Tints of Clay Creek #8A804C

Color information

#8A804C (or 0x8A804C) is unknown color: approx Clay Creek. HEX triplet: 8A, 80 and 4C. RGB value is (138,128,76). Sum of RGB (Red+Green+Blue) = 138+128+76=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A804C is #757FB3. Grayscale: #7D7D7D. Windows color (decimal): -7700404 or 5013642. OLE color: 5013642.

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

Color convert

RGB13812876-
CMYK00.070.450.46
HSL50.32º28.97%41.96%-
HSV(B)50.32º44.93%54.12%-
XYZ19.521.369.93-
YUV125.06100.31137.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.35%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 76 (30.08% from 255) = 22.22%
R=40.35%
G=37.43%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381287600.070.450.4650.3228.9741.96
Hex8A804C072D2E321d2a
Octal212200114075556623552
Binary10001010100000001001100011110110110111011001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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