#8A7F4D

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

Shades of Clay Creek #8A7F4D

Tints of Clay Creek #8A7F4D

Color information

#8A7F4D (or 0x8A7F4D) is unknown color: approx Clay Creek. HEX triplet: 8A, 7F and 4D. RGB value is (138,127,77). Sum of RGB (Red+Green+Blue) = 138+127+77=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F4D is #7580B2. Grayscale: #7C7C7C. Windows color (decimal): -7700659 or 5078922. OLE color: 5078922.

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

Color convert

RGB13812777-
CMYK00.080.440.46
HSL49.18º28.37%42.16%-
HSV(B)49.18º44.2%54.12%-
XYZ19.4121.1210.07-
YUV124.59101.14137.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.35%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=40.35%
G=37.13%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381277700.080.440.4649.1828.3742.16
Hex8A7F4D082C2E311c2a
Octal2121771150105456613452
Binary10001010111111110011010100010110010111011000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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