#8B7C47

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

Shades of Clay Creek #8B7C47

Tints of Clay Creek #8B7C47

Color information

#8B7C47 (or 0x8B7C47) is unknown color: approx Clay Creek. HEX triplet: 8B, 7C and 47. RGB value is (139,124,71). Sum of RGB (Red+Green+Blue) = 139+124+71=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7C47 is #7483B8. Grayscale: #7A7A7A. Windows color (decimal): -7635897 or 4684939. OLE color: 4684939.

HSL color Cylindrical-coordinate representation of color #8B7C47: hue angle of 46.76º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B7C47 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB13912471-
CMYK00.110.490.45
HSL46.76º32.38%41.18%-
HSV(B)46.76º48.92%54.51%-
XYZ18.9920.368.89-
YUV122.4498.97139.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 124 (48.83% from 255) = 37.13%
BLUE value IS 71 (28.12% from 255) = 21.26%
R=41.62%
G=37.13%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391247100.110.490.4546.7632.3841.18
Hex8B7C470B312D2f2029
Octal2131741070136155574051
Binary100010111111100100011101011110001101101101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,124,71); }

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

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

 a { background-color: rgb(139,124,71); }

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

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

 span { border-color: rgb(139,124,71); }

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