#8B7D47

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

Shades of Clay Creek #8B7D47

Tints of Clay Creek #8B7D47

Color information

#8B7D47 (or 0x8B7D47) is unknown color: approx Clay Creek. HEX triplet: 8B, 7D and 47. RGB value is (139,125,71). Sum of RGB (Red+Green+Blue) = 139+125+71=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D47 is #7482B8. Grayscale: #7B7B7B. Windows color (decimal): -7635641 or 4685195. OLE color: 4685195.

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

Color convert

RGB13912571-
CMYK00.100.490.45
HSL47.65º32.38%41.18%-
HSV(B)47.65º48.92%54.51%-
XYZ19.1220.618.93-
YUV123.0398.64139.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=41.49%
G=37.31%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391257100.100.490.4547.6532.3841.18
Hex8B7D470A312D302029
Octal2131751070126155604051
Binary100010111111101100011101010110001101101110000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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