#8B854F

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

Shades of Clay Creek #8B854F

Tints of Clay Creek #8B854F

Color information

#8B854F (or 0x8B854F) is unknown color: approx Clay Creek. HEX triplet: 8B, 85 and 4F. RGB value is (139,133,79). Sum of RGB (Red+Green+Blue) = 139+133+79=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B854F is #747AB0. Grayscale: #808080. Windows color (decimal): -7633585 or 5211531. OLE color: 5211531.

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

Color convert

RGB13913379-
CMYK00.040.430.45
HSL54º27.52%42.75%-
HSV(B)54º43.17%54.51%-
XYZ20.4522.8310.73-
YUV128.6499.99135.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.60%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=39.60%
G=37.89%
B=22.51%

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
Decimal1391337900.040.430.455427.5242.75
Hex8B854F042B2D361c2b
Octal213205117045355663453
Binary10001011100001011001111010010101110110111011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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