#8B7F4D

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

Shades of Clay Creek #8B7F4D

Tints of Clay Creek #8B7F4D

Color information

#8B7F4D (or 0x8B7F4D) is unknown color: approx Clay Creek. HEX triplet: 8B, 7F and 4D. RGB value is (139,127,77). Sum of RGB (Red+Green+Blue) = 139+127+77=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F4D is #7480B2. Grayscale: #7D7D7D. Windows color (decimal): -7635123 or 5078923. OLE color: 5078923.

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

Color convert

RGB13912777-
CMYK00.090.450.45
HSL48.39º28.7%42.35%-
HSV(B)48.39º44.6%54.51%-
XYZ19.5821.210.08-
YUV124.89100.98138.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=40.52%
G=37.03%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391277700.090.450.4548.3928.742.35
Hex8B7F4D092D2D301d2a
Octal2131771150115555603552
Binary10001011111111110011010100110110110110111000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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