#8B7F4E

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

Shades of Clay Creek #8B7F4E

Tints of Clay Creek #8B7F4E

Color information

#8B7F4E (or 0x8B7F4E) is unknown color: approx Clay Creek. HEX triplet: 8B, 7F and 4E. RGB value is (139,127,78). Sum of RGB (Red+Green+Blue) = 139+127+78=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F4E is #7480B1. Grayscale: #7D7D7D. Windows color (decimal): -7635122 or 5144459. OLE color: 5144459.

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

Color convert

RGB13912778-
CMYK00.090.440.45
HSL48.2º28.11%42.55%-
HSV(B)48.2º43.88%54.51%-
XYZ19.6121.2210.27-
YUV125101.48137.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=40.41%
G=36.92%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391277800.090.440.4548.228.1142.55
Hex8B7F4E092C2D301c2b
Octal2131771160115455603453
Binary10001011111111110011100100110110010110111000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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