#8B7A4F

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

Shades of Clay Creek #8B7A4F

Tints of Clay Creek #8B7A4F

Color information

#8B7A4F (or 0x8B7A4F) is unknown color: approx Clay Creek. HEX triplet: 8B, 7A and 4F. RGB value is (139,122,79). Sum of RGB (Red+Green+Blue) = 139+122+79=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A4F is #7485B0. Grayscale: #7A7A7A. Windows color (decimal): -7636401 or 5208715. OLE color: 5208715.

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

Color convert

RGB13912279-
CMYK00.120.430.45
HSL43º27.52%42.75%-
HSV(B)43º43.17%54.51%-
XYZ19.0219.9710.25-
YUV122.18103.63140-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 79 (31.25% from 255) = 23.24%
R=40.88%
G=35.88%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391227900.120.430.454327.5242.75
Hex8B7A4F0C2B2D2b1c2b
Octal2131721170145355533453
Binary10001011111101010011110110010101110110110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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