#8A7E50

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

Shades of Clay Creek #8A7E50

Tints of Clay Creek #8A7E50

Color information

#8A7E50 (or 0x8A7E50) is unknown color: approx Clay Creek. HEX triplet: 8A, 7E and 50. RGB value is (138,126,80). Sum of RGB (Red+Green+Blue) = 138+126+80=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7E50 is #7581AF. Grayscale: #7C7C7C. Windows color (decimal): -7700912 or 5275274. OLE color: 5275274.

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

Color convert

RGB13812680-
CMYK00.090.420.46
HSL47.59º26.61%42.75%-
HSV(B)47.59º42.03%54.12%-
XYZ19.3920.910.6-
YUV124.34102.98137.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 126 (49.61% from 255) = 36.63%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=40.12%
G=36.63%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381268000.090.420.4647.5926.6142.75
Hex8A7E50092A2E301b2b
Octal2121761200115256603353
Binary10001010111111010100000100110101010111011000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,126,80); }

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

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

 a { background-color: rgb(138,126,80); }

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

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

 span { border-color: rgb(138,126,80); }

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