#8D8551

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

Shades of Clay Creek #8D8551

Tints of Clay Creek #8D8551

Color information

#8D8551 (or 0x8D8551) is unknown color: approx Clay Creek. HEX triplet: 8D, 85 and 51. RGB value is (141,133,81). Sum of RGB (Red+Green+Blue) = 141+133+81=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8551 is #727AAE. Grayscale: #818181. Windows color (decimal): -7502511 or 5342605. OLE color: 5342605.

HSL color Cylindrical-coordinate representation of color #8D8551: hue angle of 52º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D8551 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB14113381-
CMYK00.060.430.45
HSL52º27.03%43.53%-
HSV(B)52º42.55%55.29%-
XYZ20.8623.0311.13-
YUV129.46100.65136.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 81 (32.03% from 255) = 22.82%
R=39.72%
G=37.46%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411338100.060.430.455227.0343.53
Hex8D8551062B2D341b2c
Octal215205121065355643354
Binary10001101100001011010001011010101110110111010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,133,81); }

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

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

 a { background-color: rgb(141,133,81); }

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

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

 span { border-color: rgb(141,133,81); }

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