#8B8059

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

Shades of Clay Creek #8B8059

Tints of Clay Creek #8B8059

Color information

#8B8059 (or 0x8B8059) is unknown color: approx Clay Creek. HEX triplet: 8B, 80 and 59. RGB value is (139,128,89). Sum of RGB (Red+Green+Blue) = 139+128+89=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8059 is #747FA6. Grayscale: #7F7F7F. Windows color (decimal): -7634855 or 5865611. OLE color: 5865611.

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

Color convert

RGB13912889-
CMYK00.080.360.45
HSL46.8º21.93%44.71%-
HSV(B)46.8º35.97%54.51%-
XYZ20.1721.6512.57-
YUV126.84106.64136.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 89 (35.16% from 255) = 25%
R=39.04%
G=35.96%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391288900.080.360.4546.821.9344.71
Hex8B805908242D2f162d
Octal2132001310104455572655
Binary100010111000000010110010100010010010110110111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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