#8B7F47

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

Shades of Clay Creek #8B7F47

Tints of Clay Creek #8B7F47

Color information

#8B7F47 (or 0x8B7F47) is unknown color: approx Clay Creek. HEX triplet: 8B, 7F and 47. RGB value is (139,127,71). Sum of RGB (Red+Green+Blue) = 139+127+71=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7F47 is #7480B8. Grayscale: #7C7C7C. Windows color (decimal): -7635129 or 4685707. OLE color: 4685707.

HSL color Cylindrical-coordinate representation of color #8B7F47: hue angle of 49.41º 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 #8B7F47 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB13912771-
CMYK00.090.490.45
HSL49.41º32.38%41.18%-
HSV(B)49.41º48.92%54.51%-
XYZ19.3721.129.02-
YUV124.297.98138.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 71 (28.12% from 255) = 21.07%
R=41.25%
G=37.69%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391277100.090.490.4549.4132.3841.18
Hex8B7F4709312D312029
Octal2131771070116155614051
Binary100010111111111100011101001110001101101110001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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