#8B864F

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

Shades of Clay Creek #8B864F

Tints of Clay Creek #8B864F

Color information

#8B864F (or 0x8B864F) is unknown color: approx Clay Creek. HEX triplet: 8B, 86 and 4F. RGB value is (139,134,79). Sum of RGB (Red+Green+Blue) = 139+134+79=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B864F is #7479B0. Grayscale: #818181. Windows color (decimal): -7633329 or 5211787. OLE color: 5211787.

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

Color convert

RGB13913479-
CMYK00.040.430.45
HSL55º27.52%42.75%-
HSV(B)55º43.17%54.51%-
XYZ20.5823.110.77-
YUV129.2299.66134.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.49%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 79 (31.25% from 255) = 22.44%
R=39.49%
G=38.07%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391347900.040.430.455527.5242.75
Hex8B864F042B2D371c2b
Octal213206117045355673453
Binary10001011100001101001111010010101110110111011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,134,79); }

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

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

 a { background-color: rgb(139,134,79); }

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

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

 span { border-color: rgb(139,134,79); }

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