#8B804A

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

Shades of Clay Creek #8B804A

Tints of Clay Creek #8B804A

Color information

#8B804A (or 0x8B804A) is unknown color: approx Clay Creek. HEX triplet: 8B, 80 and 4A. RGB value is (139,128,74). Sum of RGB (Red+Green+Blue) = 139+128+74=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B804A is #747FB5. Grayscale: #7D7D7D. Windows color (decimal): -7634870 or 4882571. OLE color: 4882571.

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

Color convert

RGB13912874-
CMYK00.080.470.45
HSL49.85º30.52%41.76%-
HSV(B)49.85º46.76%54.51%-
XYZ19.621.429.58-
YUV125.1399.14137.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=40.76%
G=37.54%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391287400.080.470.4549.8530.5241.76
Hex8B804A082F2D321f2a
Octal2132001120105755623752
Binary100010111000000010010100100010111110110111001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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