#8B7D46

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

Shades of Clay Creek #8B7D46

Tints of Clay Creek #8B7D46

Color information

#8B7D46 (or 0x8B7D46) is unknown color: approx Clay Creek. HEX triplet: 8B, 7D and 46. RGB value is (139,125,70). Sum of RGB (Red+Green+Blue) = 139+125+70=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D46 is #7482B9. Grayscale: #7B7B7B. Windows color (decimal): -7635642 or 4619659. OLE color: 4619659.

HSL color Cylindrical-coordinate representation of color #8B7D46: hue angle of 47.83º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B7D46 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB13912570-
CMYK00.100.500.45
HSL47.83º33.01%40.98%-
HSV(B)47.83º49.64%54.51%-
XYZ19.0920.68.76-
YUV122.9298.14139.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 125 (49.22% from 255) = 37.43%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=41.62%
G=37.43%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391257000.100.500.4547.8333.0140.98
Hex8B7D460A322D302129
Octal2131751060126255604151
Binary100010111111101100011001010110010101101110000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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