#8B854E

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

Shades of Clay Creek #8B854E

Tints of Clay Creek #8B854E

Color information

#8B854E (or 0x8B854E) is unknown color: approx Clay Creek. HEX triplet: 8B, 85 and 4E. RGB value is (139,133,78). Sum of RGB (Red+Green+Blue) = 139+133+78=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B854E is #747AB1. Grayscale: #808080. Windows color (decimal): -7633586 or 5145995. OLE color: 5145995.

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

Color convert

RGB13913378-
CMYK00.040.440.45
HSL54.1º28.11%42.55%-
HSV(B)54.1º43.88%54.51%-
XYZ20.4122.8110.54-
YUV128.5299.49135.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=39.71%
G=38%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391337800.040.440.4554.128.1142.55
Hex8B854E042C2D361c2b
Octal213205116045455663453
Binary10001011100001011001110010010110010110111011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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