#8B7E46

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

Shades of Clay Creek #8B7E46

Tints of Clay Creek #8B7E46

Color information

#8B7E46 (or 0x8B7E46) is unknown color: approx Clay Creek. HEX triplet: 8B, 7E and 46. RGB value is (139,126,70). Sum of RGB (Red+Green+Blue) = 139+126+70=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7E46 is #7481B9. Grayscale: #7B7B7B. Windows color (decimal): -7635386 or 4619915. OLE color: 4619915.

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

Color convert

RGB13912670-
CMYK00.090.500.45
HSL48.7º33.01%40.98%-
HSV(B)48.7º49.64%54.51%-
XYZ19.2120.858.81-
YUV123.597.81139.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=41.49%
G=37.61%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391267000.090.500.4548.733.0140.98
Hex8B7E4609322D312129
Octal2131761060116255614151
Binary100010111111110100011001001110010101101110001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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