#8B805A

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

Shades of Clay Creek #8B805A

Tints of Clay Creek #8B805A

Color information

#8B805A (or 0x8B805A) is unknown color: approx Clay Creek. HEX triplet: 8B, 80 and 5A. RGB value is (139,128,90). Sum of RGB (Red+Green+Blue) = 139+128+90=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B805A is #747FA5. Grayscale: #7F7F7F. Windows color (decimal): -7634854 or 5931147. OLE color: 5931147.

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

Color convert

RGB13912890-
CMYK00.080.350.45
HSL46.53º21.4%44.9%-
HSV(B)46.53º35.25%54.51%-
XYZ20.2121.6712.79-
YUV126.96107.14136.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=38.94%
G=35.85%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391289000.080.350.4546.5321.444.9
Hex8B805A08232D2f152d
Octal2132001320104355572555
Binary100010111000000010110100100010001110110110111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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