#8A8750

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

Shades of Clay Creek #8A8750

Tints of Clay Creek #8A8750

Color information

#8A8750 (or 0x8A8750) is unknown color: approx Clay Creek. HEX triplet: 8A, 87 and 50. RGB value is (138,135,80). Sum of RGB (Red+Green+Blue) = 138+135+80=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8750 is #7578AF. Grayscale: #818181. Windows color (decimal): -7698608 or 5277578. OLE color: 5277578.

HSL color Cylindrical-coordinate representation of color #8A8750: hue angle of 56.9º 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 #8A8750 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB13813580-
CMYK00.020.420.46
HSL56.9º26.61%42.75%-
HSV(B)56.9º42.03%54.12%-
XYZ20.5923.3111-
YUV129.6399.99133.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.09%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=39.09%
G=38.24%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381358000.020.420.4656.926.6142.75
Hex8A8750022A2E391b2b
Octal212207120025256713353
Binary1000101010000111101000001010101010111011100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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