#8B844E

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

Shades of Clay Creek #8B844E

Tints of Clay Creek #8B844E

Color information

#8B844E (or 0x8B844E) is unknown color: approx Clay Creek. HEX triplet: 8B, 84 and 4E. RGB value is (139,132,78). Sum of RGB (Red+Green+Blue) = 139+132+78=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B844E is #747BB1. Grayscale: #808080. Windows color (decimal): -7633842 or 5145739. OLE color: 5145739.

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

Color convert

RGB13913278-
CMYK00.050.440.45
HSL53.11º28.11%42.55%-
HSV(B)53.11º43.88%54.51%-
XYZ20.2722.5410.49-
YUV127.9499.82135.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=39.83%
G=37.82%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391327800.050.440.4553.1128.1142.55
Hex8B844E052C2D351c2b
Octal213204116055455653453
Binary10001011100001001001110010110110010110111010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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