#8B804F

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

Shades of Clay Creek #8B804F

Tints of Clay Creek #8B804F

Color information

#8B804F (or 0x8B804F) is unknown color: approx Clay Creek. HEX triplet: 8B, 80 and 4F. RGB value is (139,128,79). Sum of RGB (Red+Green+Blue) = 139+128+79=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B804F is #747FB0. Grayscale: #7D7D7D. Windows color (decimal): -7634865 or 5210251. OLE color: 5210251.

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

Color convert

RGB13912879-
CMYK00.080.430.45
HSL49º27.52%42.75%-
HSV(B)49º43.17%54.51%-
XYZ19.7821.4910.5-
YUV125.7101.64137.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 79 (31.25% from 255) = 22.83%
R=40.17%
G=36.99%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391287900.080.430.454927.5242.75
Hex8B804F082B2D311c2b
Octal2132001170105355613453
Binary100010111000000010011110100010101110110111000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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