#8B7D50

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

Shades of Clay Creek #8B7D50

Tints of Clay Creek #8B7D50

Color information

#8B7D50 (or 0x8B7D50) is unknown color: approx Clay Creek. HEX triplet: 8B, 7D and 50. RGB value is (139,125,80). Sum of RGB (Red+Green+Blue) = 139+125+80=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D50 is #7482AF. Grayscale: #7C7C7C. Windows color (decimal): -7635632 or 5275019. OLE color: 5275019.

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

Color convert

RGB13912580-
CMYK00.100.420.45
HSL45.76º26.94%42.94%-
HSV(B)45.76º42.45%54.51%-
XYZ19.4320.7410.57-
YUV124.06103.14138.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 125 (49.22% from 255) = 36.34%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=40.41%
G=36.34%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391258000.100.420.4545.7626.9442.94
Hex8B7D500A2A2D2e1b2b
Octal2131751200125255563353
Binary10001011111110110100000101010101010110110111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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