#8B814E

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

Shades of Clay Creek #8B814E

Tints of Clay Creek #8B814E

Color information

#8B814E (or 0x8B814E) is unknown color: approx Clay Creek. HEX triplet: 8B, 81 and 4E. RGB value is (139,129,78). Sum of RGB (Red+Green+Blue) = 139+129+78=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B814E is #747EB1. Grayscale: #7E7E7E. Windows color (decimal): -7634610 or 5144971. OLE color: 5144971.

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

Color convert

RGB13912978-
CMYK00.070.440.45
HSL50.16º28.11%42.55%-
HSV(B)50.16º43.88%54.51%-
XYZ19.8721.7410.36-
YUV126.18100.81137.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=40.17%
G=37.28%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391297800.070.440.4550.1628.1142.55
Hex8B814E072C2D321c2b
Octal213201116075455623453
Binary10001011100000011001110011110110010110111001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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