#8D7B48

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

Shades of Clay Creek #8D7B48

Tints of Clay Creek #8D7B48

Color information

#8D7B48 (or 0x8D7B48) is unknown color: approx Clay Creek. HEX triplet: 8D, 7B and 48. RGB value is (141,123,72). Sum of RGB (Red+Green+Blue) = 141+123+72=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7B48 is #7284B7. Grayscale: #7A7A7A. Windows color (decimal): -7505080 or 4750221. OLE color: 4750221.

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

Color convert

RGB14112372-
CMYK00.130.490.45
HSL44.35º32.39%41.76%-
HSV(B)44.35º48.94%55.29%-
XYZ19.2420.39.03-
YUV122.5799.46141.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=41.96%
G=36.61%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411237200.130.490.4544.3532.3941.76
Hex8D7B480D312D2c202a
Octal2151731100156155544052
Binary100011011111011100100001101110001101101101100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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