#8B7A50

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

Shades of Clay Creek #8B7A50

Tints of Clay Creek #8B7A50

Color information

#8B7A50 (or 0x8B7A50) is unknown color: approx Clay Creek. HEX triplet: 8B, 7A and 50. RGB value is (139,122,80). Sum of RGB (Red+Green+Blue) = 139+122+80=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A50 is #7485AF. Grayscale: #7A7A7A. Windows color (decimal): -7636400 or 5274251. OLE color: 5274251.

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

Color convert

RGB13912280-
CMYK00.120.420.45
HSL42.71º26.94%42.94%-
HSV(B)42.71º42.45%54.51%-
XYZ19.0519.9910.44-
YUV122.29104.13139.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 122 (48.05% from 255) = 35.78%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=40.76%
G=35.78%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391228000.120.420.4542.7126.9442.94
Hex8B7A500C2A2D2b1b2b
Octal2131721200145255533353
Binary10001011111101010100000110010101010110110101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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