#8B794F

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

Shades of Clay Creek #8B794F

Tints of Clay Creek #8B794F

Color information

#8B794F (or 0x8B794F) is unknown color: approx Clay Creek. HEX triplet: 8B, 79 and 4F. RGB value is (139,121,79). Sum of RGB (Red+Green+Blue) = 139+121+79=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B794F is #7486B0. Grayscale: #797979. Windows color (decimal): -7636657 or 5208459. OLE color: 5208459.

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

Color convert

RGB13912179-
CMYK00.130.430.45
HSL42º27.52%42.75%-
HSV(B)42º43.17%54.51%-
XYZ18.919.7310.21-
YUV121.59103.96140.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 79 (31.25% from 255) = 23.30%
R=41.00%
G=35.69%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391217900.130.430.454227.5242.75
Hex8B794F0D2B2D2a1c2b
Octal2131711170155355523453
Binary10001011111100110011110110110101110110110101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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