#8B854D

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

Shades of Clay Creek #8B854D

Tints of Clay Creek #8B854D

Color information

#8B854D (or 0x8B854D) is unknown color: approx Clay Creek. HEX triplet: 8B, 85 and 4D. RGB value is (139,133,77). Sum of RGB (Red+Green+Blue) = 139+133+77=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B854D is #747AB2. Grayscale: #808080. Windows color (decimal): -7633587 or 5080459. OLE color: 5080459.

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

Color convert

RGB13913377-
CMYK00.040.450.45
HSL54.19º28.7%42.35%-
HSV(B)54.19º44.6%54.51%-
XYZ20.3722.810.35-
YUV128.4198.99135.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=39.83%
G=38.11%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391337700.040.450.4554.1928.742.35
Hex8B854D042D2D361d2a
Octal213205115045555663552
Binary10001011100001011001101010010110110110111011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B854D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,77); }

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

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

 a { background-color: rgb(139,133,77); }

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

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

 span { border-color: rgb(139,133,77); }

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