#8A7F4E

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

Shades of Clay Creek #8A7F4E

Tints of Clay Creek #8A7F4E

Color information

#8A7F4E (or 0x8A7F4E) is unknown color: approx Clay Creek. HEX triplet: 8A, 7F and 4E. RGB value is (138,127,78). Sum of RGB (Red+Green+Blue) = 138+127+78=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F4E is #7580B1. Grayscale: #7C7C7C. Windows color (decimal): -7700658 or 5144458. OLE color: 5144458.

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

Color convert

RGB13812778-
CMYK00.080.430.46
HSL49º27.78%42.35%-
HSV(B)49º43.48%54.12%-
XYZ19.4521.1310.26-
YUV124.7101.64137.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.23%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=40.23%
G=37.03%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381277800.080.430.464927.7842.35
Hex8A7F4E082B2E311c2a
Octal2121771160105356613452
Binary10001010111111110011100100010101110111011000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,127,78); }

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

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

 a { background-color: rgb(138,127,78); }

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

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

 span { border-color: rgb(138,127,78); }

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