#8B804B

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

Shades of Clay Creek #8B804B

Tints of Clay Creek #8B804B

Color information

#8B804B (or 0x8B804B) is unknown color: approx Clay Creek. HEX triplet: 8B, 80 and 4B. RGB value is (139,128,75). Sum of RGB (Red+Green+Blue) = 139+128+75=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B804B is #747FB4. Grayscale: #7D7D7D. Windows color (decimal): -7634869 or 4948107. OLE color: 4948107.

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

Color convert

RGB13912875-
CMYK00.080.460.45
HSL49.69º29.91%41.96%-
HSV(B)49.69º46.04%54.51%-
XYZ19.6421.449.76-
YUV125.2599.64137.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=40.64%
G=37.43%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391287500.080.460.4549.6929.9141.96
Hex8B804B082E2D321e2a
Octal2132001130105655623652
Binary100010111000000010010110100010111010110111001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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