#8B8159

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

Shades of Clay Creek #8B8159

Tints of Clay Creek #8B8159

Color information

#8B8159 (or 0x8B8159) is unknown color: approx Clay Creek. HEX triplet: 8B, 81 and 59. RGB value is (139,129,89). Sum of RGB (Red+Green+Blue) = 139+129+89=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8159 is #747EA6. Grayscale: #7F7F7F. Windows color (decimal): -7634599 or 5865867. OLE color: 5865867.

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

Color convert

RGB13912989-
CMYK00.070.360.45
HSL48º21.93%44.71%-
HSV(B)48º35.97%54.51%-
XYZ20.321.9112.61-
YUV127.43106.31136.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 89 (35.16% from 255) = 24.93%
R=38.94%
G=36.13%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391298900.070.360.454821.9344.71
Hex8B815907242D30162d
Octal213201131074455602655
Binary10001011100000011011001011110010010110111000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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