#8A805B

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

Shades of Clay Creek #8A805B

Tints of Clay Creek #8A805B

Color information

#8A805B (or 0x8A805B) is unknown color: approx Clay Creek. HEX triplet: 8A, 80 and 5B. RGB value is (138,128,91). Sum of RGB (Red+Green+Blue) = 138+128+91=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 138 - color contains mainly: red. Hex color #8A805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A805B is #757FA4. Grayscale: #7E7E7E. Windows color (decimal): -7700389 or 5996682. OLE color: 5996682.

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

Color convert

RGB13812891-
CMYK00.070.340.46
HSL47.23º20.52%44.9%-
HSV(B)47.23º34.06%54.12%-
XYZ20.0921.613.01-
YUV126.77107.81136.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.66%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=38.66%
G=35.85%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381289100.070.340.4647.2320.5244.9
Hex8A805B07222E2f152d
Octal212200133074256572555
Binary10001010100000001011011011110001010111010111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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