#8B814D

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

Shades of Clay Creek #8B814D

Tints of Clay Creek #8B814D

Color information

#8B814D (or 0x8B814D) is unknown color: approx Clay Creek. HEX triplet: 8B, 81 and 4D. RGB value is (139,129,77). Sum of RGB (Red+Green+Blue) = 139+129+77=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B814D is #747EB2. Grayscale: #7E7E7E. Windows color (decimal): -7634611 or 5079435. OLE color: 5079435.

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

Color convert

RGB13912977-
CMYK00.070.450.45
HSL50.32º28.7%42.35%-
HSV(B)50.32º44.6%54.51%-
XYZ19.8421.7310.17-
YUV126.06100.31137.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 77 (30.47% from 255) = 22.32%
R=40.29%
G=37.39%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391297700.070.450.4550.3228.742.35
Hex8B814D072D2D321d2a
Octal213201115075555623552
Binary10001011100000011001101011110110110110111001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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