#8A804B

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

Shades of Clay Creek #8A804B

Tints of Clay Creek #8A804B

Color information

#8A804B (or 0x8A804B) is unknown color: approx Clay Creek. HEX triplet: 8A, 80 and 4B. RGB value is (138,128,75). Sum of RGB (Red+Green+Blue) = 138+128+75=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A804B is #757FB4. Grayscale: #7D7D7D. Windows color (decimal): -7700405 or 4948106. OLE color: 4948106.

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

Color convert

RGB13812875-
CMYK00.070.460.46
HSL50.48º29.58%41.76%-
HSV(B)50.48º45.65%54.12%-
XYZ19.4721.359.75-
YUV124.9599.81137.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=40.47%
G=37.54%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381287500.070.460.4650.4829.5841.76
Hex8A804B072E2E321e2a
Octal212200113075656623652
Binary10001010100000001001011011110111010111011001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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