#8B7C5F

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

Shades of Clay Creek #8B7C5F

Tints of Clay Creek #8B7C5F

Color information

#8B7C5F (or 0x8B7C5F) is unknown color: approx Clay Creek. HEX triplet: 8B, 7C and 5F. RGB value is (139,124,95). Sum of RGB (Red+Green+Blue) = 139+124+95=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C5F is #7483A0. Grayscale: #7D7D7D. Windows color (decimal): -7635873 or 6257803. OLE color: 6257803.

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

Color convert

RGB13912495-
CMYK00.110.320.45
HSL39.55º18.8%45.88%-
HSV(B)39.55º31.65%54.51%-
XYZ19.9220.7313.78-
YUV125.18110.97137.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.83%
GREEN value IS 124 (48.83% from 255) = 34.64%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=38.83%
G=34.64%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391249500.110.320.4539.5518.845.88
Hex8B7C5F0B202D28132e
Octal2131741370134055502356
Binary10001011111110010111110101110000010110110100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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