#8B7C4F

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

Shades of Clay Creek #8B7C4F

Tints of Clay Creek #8B7C4F

Color information

#8B7C4F (or 0x8B7C4F) is unknown color: approx Clay Creek. HEX triplet: 8B, 7C and 4F. RGB value is (139,124,79). Sum of RGB (Red+Green+Blue) = 139+124+79=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C4F is #7483B0. Grayscale: #7B7B7B. Windows color (decimal): -7635889 or 5209227. OLE color: 5209227.

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

Color convert

RGB13912479-
CMYK00.110.430.45
HSL45º27.52%42.75%-
HSV(B)45º43.17%54.51%-
XYZ19.2720.4710.33-
YUV123.35102.97139.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 124 (48.83% from 255) = 36.26%
BLUE value IS 79 (31.25% from 255) = 23.10%
R=40.64%
G=36.26%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391247900.110.430.454527.5242.75
Hex8B7C4F0B2B2D2d1c2b
Octal2131741170135355553453
Binary10001011111110010011110101110101110110110110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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