#8B7B4E

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

Shades of Clay Creek #8B7B4E

Tints of Clay Creek #8B7B4E

Color information

#8B7B4E (or 0x8B7B4E) is unknown color: approx Clay Creek. HEX triplet: 8B, 7B and 4E. RGB value is (139,123,78). Sum of RGB (Red+Green+Blue) = 139+123+78=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B4E is #7484B1. Grayscale: #7A7A7A. Windows color (decimal): -7636146 or 5143435. OLE color: 5143435.

HSL color Cylindrical-coordinate representation of color #8B7B4E: hue angle of 44.26º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B7B4E is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB13912378-
CMYK00.120.440.45
HSL44.26º28.11%42.55%-
HSV(B)44.26º43.88%54.51%-
XYZ19.1120.210.1-
YUV122.65102.8139.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 123 (48.44% from 255) = 36.18%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=40.88%
G=36.18%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391237800.120.440.4544.2628.1142.55
Hex8B7B4E0C2C2D2c1c2b
Octal2131731160145455543453
Binary10001011111101110011100110010110010110110110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,123,78); }

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

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

 a { background-color: rgb(139,123,78); }

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

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

 span { border-color: rgb(139,123,78); }

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