#8B7F46

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

Shades of Clay Creek #8B7F46

Tints of Clay Creek #8B7F46

Color information

#8B7F46 (or 0x8B7F46) is unknown color: approx Clay Creek. HEX triplet: 8B, 7F and 46. RGB value is (139,127,70). Sum of RGB (Red+Green+Blue) = 139+127+70=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7F46 is #7480B9. Grayscale: #7C7C7C. Windows color (decimal): -7635130 or 4620171. OLE color: 4620171.

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

Color convert

RGB13912770-
CMYK00.090.500.45
HSL49.57º33.01%40.98%-
HSV(B)49.57º49.64%54.51%-
XYZ19.3421.118.85-
YUV124.0997.48138.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=41.37%
G=37.80%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391277000.090.500.4549.5733.0140.98
Hex8B7F4609322D322129
Octal2131771060116255624151
Binary100010111111111100011001001110010101101110010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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