#8D7C4B

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

Shades of Clay Creek #8D7C4B

Tints of Clay Creek #8D7C4B

Color information

#8D7C4B (or 0x8D7C4B) is unknown color: approx Clay Creek. HEX triplet: 8D, 7C and 4B. RGB value is (141,124,75). Sum of RGB (Red+Green+Blue) = 141+124+75=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7C4B is #7283B4. Grayscale: #7B7B7B. Windows color (decimal): -7504821 or 4947085. OLE color: 4947085.

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

Color convert

RGB14112475-
CMYK00.120.470.45
HSL44.55º30.56%42.35%-
HSV(B)44.55º46.81%55.29%-
XYZ19.4620.599.6-
YUV123.5100.63140.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=41.47%
G=36.47%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411247500.120.470.4544.5530.5642.35
Hex8D7C4B0C2F2D2d1f2a
Octal2151741130145755553752
Binary10001101111110010010110110010111110110110110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,124,75); }

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

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

 a { background-color: rgb(141,124,75); }

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

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

 span { border-color: rgb(141,124,75); }

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