#8B7959

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

Shades of Clay Creek #8B7959

Tints of Clay Creek #8B7959

Color information

#8B7959 (or 0x8B7959) is unknown color: approx Clay Creek. HEX triplet: 8B, 79 and 59. RGB value is (139,121,89). Sum of RGB (Red+Green+Blue) = 139+121+89=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7959 is #7486A6. Grayscale: #7A7A7A. Windows color (decimal): -7636647 or 5863819. OLE color: 5863819.

HSL color Cylindrical-coordinate representation of color #8B7959: hue angle of 38.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B7959 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB13912189-
CMYK00.130.360.45
HSL38.4º21.93%44.71%-
HSV(B)38.4º35.97%54.51%-
XYZ19.2919.8812.27-
YUV122.73108.96139.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 89 (35.16% from 255) = 25.50%
R=39.83%
G=34.67%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391218900.130.360.4538.421.9344.71
Hex8B79590D242D26162d
Octal2131711310154455462655
Binary10001011111100110110010110110010010110110011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,121,89); }

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

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

 a { background-color: rgb(139,121,89); }

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

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

 span { border-color: rgb(139,121,89); }

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