#8B7B50

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

Shades of Clay Creek #8B7B50

Tints of Clay Creek #8B7B50

Color information

#8B7B50 (or 0x8B7B50) is unknown color: approx Clay Creek. HEX triplet: 8B, 7B and 50. RGB value is (139,123,80). Sum of RGB (Red+Green+Blue) = 139+123+80=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B50 is #7484AF. Grayscale: #7B7B7B. Windows color (decimal): -7636144 or 5274507. OLE color: 5274507.

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

Color convert

RGB13912380-
CMYK00.120.420.45
HSL43.73º26.94%42.94%-
HSV(B)43.73º42.45%54.51%-
XYZ19.1820.2310.48-
YUV122.88103.8139.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=40.64%
G=35.96%
B=23.39%

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
Decimal1391238000.120.420.4543.7326.9442.94
Hex8B7B500C2A2D2c1b2b
Octal2131731200145255543353
Binary10001011111101110100000110010101010110110110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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