#8A8048

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

Shades of Clay Creek #8A8048

Tints of Clay Creek #8A8048

Color information

#8A8048 (or 0x8A8048) is unknown color: approx Clay Creek. HEX triplet: 8A, 80 and 48. RGB value is (138,128,72). Sum of RGB (Red+Green+Blue) = 138+128+72=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8048 is #757FB7. Grayscale: #7C7C7C. Windows color (decimal): -7700408 or 4751498. OLE color: 4751498.

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

Color convert

RGB13812872-
CMYK00.070.480.46
HSL50.91º31.43%41.18%-
HSV(B)50.91º47.83%54.12%-
XYZ19.3721.319.22-
YUV124.6198.31137.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.83%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=40.83%
G=37.87%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381287200.070.480.4650.9131.4341.18
Hex8A804807302E331f29
Octal212200110076056633751
Binary10001010100000001001000011111000010111011001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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