#8D7B59

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

Shades of Clay Creek #8D7B59

Tints of Clay Creek #8D7B59

Color information

#8D7B59 (or 0x8D7B59) is unknown color: approx Clay Creek. HEX triplet: 8D, 7B and 59. RGB value is (141,123,89). Sum of RGB (Red+Green+Blue) = 141+123+89=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7B59 is #7284A6. Grayscale: #7C7C7C. Windows color (decimal): -7505063 or 5864333. OLE color: 5864333.

HSL color Cylindrical-coordinate representation of color #8D7B59: hue angle of 39.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D7B59 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB14112389-
CMYK00.130.370.45
HSL39.23º22.61%45.1%-
HSV(B)39.23º36.88%55.29%-
XYZ19.8720.5512.37-
YUV124.51107.96139.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=39.94%
G=34.84%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411238900.130.370.4539.2322.6145.1
Hex8D7B590D252D27172d
Octal2151731310154555472755
Binary10001101111101110110010110110010110110110011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,123,89); }

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

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

 a { background-color: rgb(141,123,89); }

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

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

 span { border-color: rgb(141,123,89); }

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