#8B7D5F

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

Shades of Clay Creek #8B7D5F

Tints of Clay Creek #8B7D5F

Color information

#8B7D5F (or 0x8B7D5F) is unknown color: approx Clay Creek. HEX triplet: 8B, 7D and 5F. RGB value is (139,125,95). Sum of RGB (Red+Green+Blue) = 139+125+95=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D5F is #7482A0. Grayscale: #7D7D7D. Windows color (decimal): -7635617 or 6258059. OLE color: 6258059.

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

Color convert

RGB13912595-
CMYK00.100.320.45
HSL40.91º18.8%45.88%-
HSV(B)40.91º31.65%54.51%-
XYZ20.0520.9813.82-
YUV125.77110.64137.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=38.72%
G=34.82%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391259500.100.320.4540.9118.845.88
Hex8B7D5F0A202D29132e
Octal2131751370124055512356
Binary10001011111110110111110101010000010110110100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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