#8B8150

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

Shades of Clay Creek #8B8150

Tints of Clay Creek #8B8150

Color information

#8B8150 (or 0x8B8150) is unknown color: approx Clay Creek. HEX triplet: 8B, 81 and 50. RGB value is (139,129,80). Sum of RGB (Red+Green+Blue) = 139+129+80=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8150 is #747EAF. Grayscale: #7E7E7E. Windows color (decimal): -7634608 or 5276043. OLE color: 5276043.

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

Color convert

RGB13912980-
CMYK00.070.420.45
HSL49.83º26.94%42.94%-
HSV(B)49.83º42.45%54.51%-
XYZ19.9521.7710.74-
YUV126.4101.81136.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=39.94%
G=37.07%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391298000.070.420.4549.8326.9442.94
Hex8B8150072A2D321b2b
Octal213201120075255623353
Binary10001011100000011010000011110101010110111001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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