#8D8757

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

Shades of Clay Creek #8D8757

Tints of Clay Creek #8D8757

Color information

#8D8757 (or 0x8D8757) is unknown color: approx Clay Creek. HEX triplet: 8D, 87 and 57. RGB value is (141,135,87). Sum of RGB (Red+Green+Blue) = 141+135+87=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8757 is #7278A8. Grayscale: #838383. Windows color (decimal): -7501993 or 5736333. OLE color: 5736333.

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

Color convert

RGB14113587-
CMYK00.040.380.45
HSL53.33º23.68%44.71%-
HSV(B)53.33º38.3%55.29%-
XYZ21.3723.6812.46-
YUV131.32102.99134.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=38.84%
G=37.19%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411358700.040.380.4553.3323.6844.71
Hex8D875704262D35182d
Octal215207127044655653055
Binary10001101100001111010111010010011010110111010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,135,87); }

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

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

 a { background-color: rgb(141,135,87); }

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

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

 span { border-color: rgb(141,135,87); }

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