#8B8050

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

Shades of Clay Creek #8B8050

Tints of Clay Creek #8B8050

Color information

#8B8050 (or 0x8B8050) is unknown color: approx Clay Creek. HEX triplet: 8B, 80 and 50. RGB value is (139,128,80). Sum of RGB (Red+Green+Blue) = 139+128+80=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8050 is #747FAF. Grayscale: #7E7E7E. Windows color (decimal): -7634864 or 5275787. OLE color: 5275787.

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

Color convert

RGB13912880-
CMYK00.080.420.45
HSL48.81º26.94%42.94%-
HSV(B)48.81º42.45%54.51%-
XYZ19.8121.5110.7-
YUV125.82102.14137.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=40.06%
G=36.89%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391288000.080.420.4548.8126.9442.94
Hex8B8050082A2D311b2b
Octal2132001200105255613353
Binary100010111000000010100000100010101010110111000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,128,80); }

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

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

 a { background-color: rgb(139,128,80); }

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

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

 span { border-color: rgb(139,128,80); }

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